]> Shamusworld >> Repos - ttedit/blobdiff - src/ttedit.h
Added rotation tool, save/load capability.
[ttedit] / src / ttedit.h
index 9bc6b598ab813b0be990c89c404bc43cefeb61ad..3c63025e561b9434ea8288a7d19d76ecca9da9b4 100755 (executable)
@@ -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>
 
 // 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__