mainwindow.h
changeset 9 d9d5b83c1534
parent 3 46b8d9898143
child 10 e1abdc480485
--- 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 <QMainWindow>
+#include "pch.h"
 
 namespace Ui { class MainWindow; }
 
@@ -14,7 +14,7 @@
   protected slots:
    void open();
   private:
-   QString currentFile;
+   QFile currentFile;
    Ui::MainWindow *ui; 
 };