X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fttedit.h;h=7713a10481db7ea15e19ae04ae2ba901594f3768;hb=HEAD;hp=3adf6e8ba509bf31dbd93b2020f1ef57fe8fe389;hpb=29b571499a38273c6c693334512e44f4162171a5;p=ttedit diff --git a/src/ttedit.h b/src/ttedit.h old mode 100755 new mode 100644 index 3adf6e8..7713a10 --- 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 +#include // Forward declarations -class CharWindow; +//class CharWindow; +//class MainWindow; class TTEdit: public QApplication { public: - TTEdit(int argc, char * argv[]); + TTEdit(int & argc, char * argv[]); public: - CharWindow * charWnd; +// CharWindow * charWnd; +// MainWindow * mainWindow; }; #endif // __TTEDIT_H__