diff -r 672d51d8e805 -r d9d5b83c1534 mainwindow.h --- a/mainwindow.h Sun Jan 22 15:30:45 2012 +0100 +++ b/mainwindow.h Sun Jan 22 15:31:01 2012 +0100 @@ -1,7 +1,7 @@ #ifndef _mainwindow_h_ #define _mainwindow_h_ -#include +#include "pch.h" namespace Ui { class MainWindow; } @@ -14,7 +14,7 @@ protected slots: void open(); private: - QString currentFile; + QFile currentFile; Ui::MainWindow *ui; };