diff options
Diffstat (limited to 'systemsettings/mainwindow.h')
-rw-r--r-- | systemsettings/mainwindow.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/systemsettings/mainwindow.h b/systemsettings/mainwindow.h index 30f23ad..38b1e0a 100644 --- a/systemsettings/mainwindow.h +++ b/systemsettings/mainwindow.h @@ -48,7 +48,7 @@ class MainWindow : public KMainWindow public: MainWindow(bool embed=true, const TQString &menufile="systemsettings", - TQWidget *tqparent=0, const char *name=0); + TQWidget *parent=0, const char *name=0); ~MainWindow(); private slots: |