aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/General/converter/converterdialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/General/converter/converterdialog.h')
-rw-r--r--src/plugins/General/converter/converterdialog.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/General/converter/converterdialog.h b/src/plugins/General/converter/converterdialog.h
index 981a726fc..9072d4e3a 100644
--- a/src/plugins/General/converter/converterdialog.h
+++ b/src/plugins/General/converter/converterdialog.h
@@ -1,5 +1,5 @@
/***************************************************************************
- * Copyright (C) 2011 by Ilya Kotov *
+ * Copyright (C) 2011-2015 by Ilya Kotov *
* forkotov02@hotmail.ru *
* *
* This program is free software; you can redistribute it and/or modify *
@@ -59,7 +59,7 @@ private:
void savePresets();
QString uniqueName(const QString &name);
- Ui::ConverterDialog ui;
+ Ui::ConverterDialog m_ui;
QList <ConverterPreset* > m_presets;
};