From 84575d76c007b8aad8f749d4b9dfd46d94e5c5cb Mon Sep 17 00:00:00 2001 From: gregory guy Date: Mon, 23 Nov 2020 16:16:19 +0100 Subject: Remove QT4 stuff. Signed-off-by: gregory guy (cherry picked from commit e4cea29e0476a2c250ee4a265cc51892eb4f6370) --- q15/src/main.cpp | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) (limited to 'q15/src/main.cpp') 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 -#if QT_VERSION >= 0x040000 -#include -#else #include -#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); -- cgit v1.2.1