summaryrefslogtreecommitdiffstats
path: root/win
diff options
context:
space:
mode:
Diffstat (limited to 'win')
-rw-r--r--win/dummy.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/win/dummy.cpp b/win/dummy.cpp
index 189927567..21b26172d 100644
--- a/win/dummy.cpp
+++ b/win/dummy.cpp
@@ -20,15 +20,15 @@
#include <tqwidget.h>
/**
- qt_enter_modal() and qt_enter_modal() from qapplication_win.cpp are not exported
+ tqt_enter_modal() and tqt_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( TQWidget *widget )
+KDEWIN32_EXPORT void tqt_enter_modal( TQWidget *widget )
{
}
-KDEWIN32_EXPORT void qt_leave_modal( TQWidget *widget )
+KDEWIN32_EXPORT void tqt_leave_modal( TQWidget *widget )
{
}