diff options
Diffstat (limited to 'q15/src/main.cpp')
| -rw-r--r-- | q15/src/main.cpp | 11 | 
1 files changed, 1 insertions, 10 deletions
| diff --git a/q15/src/main.cpp b/q15/src/main.cpp index cf90046a..b438794f 100644 --- a/q15/src/main.cpp +++ b/q15/src/main.cpp @@ -11,18 +11,12 @@  #include <stdlib.h> -#if	QT_VERSION >= 0x040000 -#include <QtGui/QApplication> -#else  #include <ntqapplication.h> -#endif  #include "mainwindow.h" -const int -	XSize = 640, -	YSize = 480; +const int XSize = 640, YSize = 480;  int  main(int argc, char *argv[]) @@ -31,9 +25,6 @@ main(int argc, char *argv[])  	MainWindow	*mw;  	int		result; -#if	QT_VERSION >= 0x040000 -	QApplication::setFont(QFont("textbookc", 10)); -#endif  	app = new TQApplication(argc, argv);  	mw = new MainWindow(NULL); | 
