diff options
Diffstat (limited to 'win/dummy.cpp')
-rw-r--r-- | win/dummy.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/win/dummy.cpp b/win/dummy.cpp index e5e6473f6..189927567 100644 --- a/win/dummy.cpp +++ b/win/dummy.cpp @@ -17,18 +17,18 @@ Boston, MA 02110-1301, USA. */ -#include <qwidget.h> +#include <tqwidget.h> /** qt_enter_modal() and qt_enter_modal() from qapplication_win.cpp are not exported by default, then we can't use it in NetAccess::enter_loop() (kio). Empty implementation created as a workaround. */ -KDEWIN32_EXPORT void qt_enter_modal( QWidget *widget ) +KDEWIN32_EXPORT void qt_enter_modal( TQWidget *widget ) { } -KDEWIN32_EXPORT void qt_leave_modal( QWidget *widget ) +KDEWIN32_EXPORT void qt_leave_modal( TQWidget *widget ) { } |