X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fttedit.h;h=3c63025e561b9434ea8288a7d19d76ecca9da9b4;hb=cf3ec188764cdf34ff3472ee9806aba3a772d2df;hp=9bc6b598ab813b0be990c89c404bc43cefeb61ad;hpb=0cdf0ebfb4b788156b8eb2c2acadd5f95fe5be26;p=ttedit diff --git a/src/ttedit.h b/src/ttedit.h index 9bc6b59..3c63025 100755 --- a/src/ttedit.h +++ b/src/ttedit.h @@ -8,12 +8,11 @@ #ifndef __TTEDIT_H__ #define __TTEDIT_H__ -//Hrm. uh??? I thought this wasn't the way to do this stuff...??? #include // 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__