diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-03-07 21:17:28 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-03-07 21:17:28 -0600 |
commit | ce5d3d7fd554b9832a69350cffa8d79c5002753e (patch) | |
tree | c13d8733981d34584bb38433b3d8035d282cdaff /win/dummy.cpp | |
parent | 20cb25189f9f0df72d1210344adf9f7cb60c3295 (diff) | |
download | tdelibs-ce5d3d7fd554b9832a69350cffa8d79c5002753e.tar.gz tdelibs-ce5d3d7fd554b9832a69350cffa8d79c5002753e.zip |
Rename additional members for tqt3
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 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 ) { } |