diff options
Diffstat (limited to 'src/mainwindow.h')
| -rw-r--r-- | src/mainwindow.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainwindow.h b/src/mainwindow.h index 532d7be..7bd8e1b 100644 --- a/src/mainwindow.h +++ b/src/mainwindow.h @@ -63,7 +63,7 @@ class MainWindow : public KMainWindow TQ_OBJECT public: /** Construtor, initializer and destructor */ - MainWindow(TQWidget *tqparent = 0, const char *name = 0); + MainWindow(TQWidget *parent = 0, const char *name = 0); ~MainWindow(); private: void setupActions(); |
