X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fttedit.h;h=482b6accec5c9712e92420b1615b8300aca39699;hb=1881acb17ed405cdb5aa2cb333a7af77f644a86d;hp=1aa2b0e20dbb904d9e221c9af32aac4bd1c21e30;hpb=38fb522026b16fb83f49e2b2f32884ffaca177dd;p=ttedit diff --git a/src/ttedit.h b/src/ttedit.h old mode 100755 new mode 100644 index 1aa2b0e..482b6ac --- a/src/ttedit.h +++ b/src/ttedit.h @@ -8,21 +8,20 @@ #ifndef __TTEDIT_H__ #define __TTEDIT_H__ -//Hrm. uh??? I thought this wasn't the way to do this stuff...??? -#include +#include // Forward declarations class CharWindow; -class TTEMainWindow; +class MainWindow; class TTEdit: public QApplication { public: - TTEdit(int argc, char * argv[]); + TTEdit(int & argc, char * argv[]); public: CharWindow * charWnd; - TTEMainWindow * mainWindow; + MainWindow * mainWindow; }; #endif // __TTEDIT_H__