diff options
Diffstat (limited to 'src/widgets/qwidgetstack.cpp')
-rw-r--r-- | src/widgets/qwidgetstack.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/widgets/qwidgetstack.cpp b/src/widgets/qwidgetstack.cpp index 9b80a2fd..d6adf42d 100644 --- a/src/widgets/qwidgetstack.cpp +++ b/src/widgets/qwidgetstack.cpp @@ -67,7 +67,7 @@ public: }; -#if (QT_VERSION-0 >= 0x040000) +#if (TQT_VERSION-0 >= 0x040000) #if defined(Q_CC_GNU) #warning "Remove TQWidgetStackEventFilter" #endif |