X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=src%2Fttedit.h;h=3c63025e561b9434ea8288a7d19d76ecca9da9b4;hb=3e731f52cfd35364e9516d09d00b61dd6fdc1919;hp=3adf6e8ba509bf31dbd93b2020f1ef57fe8fe389;hpb=29b571499a38273c6c693334512e44f4162171a5;p=ttedit diff --git a/src/ttedit.h b/src/ttedit.h index 3adf6e8..3c63025 100755 --- a/src/ttedit.h +++ b/src/ttedit.h @@ -8,19 +8,20 @@ #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 MainWindow; class TTEdit: public QApplication { public: - TTEdit(int argc, char * argv[]); + TTEdit(int & argc, char * argv[]); public: CharWindow * charWnd; + MainWindow * mainWindow; }; #endif // __TTEDIT_H__