summaryrefslogtreecommitdiffstats
path: root/kcontrol/joystick/caldialog.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kcontrol/joystick/caldialog.cpp')
-rw-r--r--kcontrol/joystick/caldialog.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kcontrol/joystick/caldialog.cpp b/kcontrol/joystick/caldialog.cpp
index 095f18f41..84135bb66 100644
--- a/kcontrol/joystick/caldialog.cpp
+++ b/kcontrol/joystick/caldialog.cpp
@@ -65,7 +65,7 @@ void CalDialog::calibrate()
do
{
- qApp->processEvents(2000);
+ tqApp->processEvents(2000);
}
while ( ti.isActive() && (result() != TQDialog::Rejected) );
@@ -165,7 +165,7 @@ void CalDialog::waitButton(int axis, bool press, int &lastVal)
// loop until the user presses a button on the device or on the dialog
do
{
- qApp->processEvents(100);
+ tqApp->processEvents(100);
if ( joydev->getEvent(type, number, value) )
{