summaryrefslogtreecommitdiffstats
path: root/src/gui/selectprofileform.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/selectprofileform.h')
-rw-r--r--src/gui/selectprofileform.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/selectprofileform.h b/src/gui/selectprofileform.h
index 517efb1..8566a4e 100644
--- a/src/gui/selectprofileform.h
+++ b/src/gui/selectprofileform.h
@@ -14,7 +14,7 @@ class SelectProfileForm : public QDialog, public Ui::SelectProfileForm
Q_OBJECT
public:
- SelectProfileForm(QWidget* parent = 0, const char* name = 0, bool modal = false, Qt::WindowFlags fl = 0);
+ SelectProfileForm(QWidget* parent = 0);
~SelectProfileForm();
std::list<std::string> selectedProfiles;