summaryrefslogtreecommitdiffstats
path: root/src/gui/selectprofileform.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/selectprofileform.cpp')
-rw-r--r--src/gui/selectprofileform.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/selectprofileform.cpp b/src/gui/selectprofileform.cpp
index 9645eaa..e900dcc 100644
--- a/src/gui/selectprofileform.cpp
+++ b/src/gui/selectprofileform.cpp
@@ -179,7 +179,7 @@ int SelectProfileForm::execForm()
// The execForm() method cannot be used as it will block the Qt event loop.
// NOTE: the method show() is not re-implemented as Qt calls this method
// from exec() internally.
-void SelectProfileForm::showForm(Q3MainWindow *_mainWindow)
+void SelectProfileForm::showForm(QWidget *_mainWindow)
{
mainWindow = _mainWindow;
profileListView->clear();