]> Shamusworld >> Repos - ttedit/blobdiff - src/ttedit.h
Fix zoom to zoom in/out from the center.
[ttedit] / src / ttedit.h
old mode 100755 (executable)
new mode 100644 (file)
index 9bc6b59..482b6ac
@@ -8,12 +8,11 @@
 #ifndef __TTEDIT_H__
 #define __TTEDIT_H__
 
-//Hrm. uh??? I thought this wasn't the way to do this stuff...???
-#include <QtGui>
+#include <QtWidgets>
 
 // Forward declarations
 class CharWindow;
-class TTEMainWindow;
+class MainWindow;
 
 class TTEdit: public QApplication
 {
@@ -22,7 +21,7 @@ class TTEdit: public QApplication
 
        public:
                CharWindow * charWnd;
-               TTEMainWindow * mainWindow;
+               MainWindow * mainWindow;
 };
 
 #endif // __TTEDIT_H__