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 31e9517..b08ddb2 100644 --- a/src/mainwindow.h +++ b/src/mainwindow.h @@ -81,7 +81,7 @@ public: /** * The main window constructor, calls all init functions to create the application. */ - MainWindow(TQWidget* tqparent=0, const char* name=0); + MainWindow(TQWidget* parent=0, const char* name=0); /** * Opens the initial file. |