diff options
Diffstat (limited to 'win')
-rw-r--r-- | win/pro_files/tdemdi/test/test.pro | 2 | ||||
-rw-r--r-- | win/tdelibs_global_win.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/win/pro_files/tdemdi/test/test.pro b/win/pro_files/tdemdi/test/test.pro index 4a60cd714..62b30c186 100644 --- a/win/pro_files/tdemdi/test/test.pro +++ b/win/pro_files/tdemdi/test/test.pro @@ -9,7 +9,7 @@ CONFIG -= windows CONFIG += debug CONFIG += console -unix:DEFINES = NO_INCLUDE_MOCFILES QT_NO_COMPAT +unix:DEFINES = NO_INCLUDE_MOCFILES TQT_NO_COMPAT unix:LIBS += -ltdemdi -L$(TDEDIR)/lib -ltdecore -ltdeui -lDCOP -ltdeparts unix:INCLUDEPATH += . .. $(TDEDIR)/include diff --git a/win/tdelibs_global_win.h b/win/tdelibs_global_win.h index 8e7d39d99..06e31e067 100644 --- a/win/tdelibs_global_win.h +++ b/win/tdelibs_global_win.h @@ -136,7 +136,7 @@ typedef int mode_t; # endif //operator (char*) caused errors -//#define QT_NO_ASCII_CAST +//#define TQT_NO_ASCII_CAST /* warning C4150: deletion of pointer to incomplete type 'type'; no destructor called |