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 029da46..192a9b5 100644 --- a/src/MainWindow.h +++ b/src/MainWindow.h @@ -51,7 +51,7 @@ public: static const int maxRecentFiles = 10; QAction *actionRecentFile[maxRecentFiles]; - MainWindow(const char *filename = 0); + MainWindow(const QString &filename); ~MainWindow(); protected: |