diff options
Diffstat (limited to 'src/widgets/qwidgetstack.cpp')
-rw-r--r-- | src/widgets/qwidgetstack.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/widgets/qwidgetstack.cpp b/src/widgets/qwidgetstack.cpp index 8024901f1..457376191 100644 --- a/src/widgets/qwidgetstack.cpp +++ b/src/widgets/qwidgetstack.cpp @@ -67,11 +67,6 @@ public: }; -#if (TQT_VERSION-0 >= 0x040000) -#if defined(Q_CC_GNU) -#warning "Remove TQWidgetStackEventFilter" -#endif -#endif class TQWidgetStackEventFilter : public TQObject { /* For binary compatibility, since we cannot implement virtual |