diff options
Diffstat (limited to 'kcontrol/joystick/caldialog.cpp')
-rw-r--r-- | kcontrol/joystick/caldialog.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kcontrol/joystick/caldialog.cpp b/kcontrol/joystick/caldialog.cpp index 84135bb66..095f18f41 100644 --- a/kcontrol/joystick/caldialog.cpp +++ b/kcontrol/joystick/caldialog.cpp @@ -65,7 +65,7 @@ void CalDialog::calibrate() do { - tqApp->processEvents(2000); + qApp->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 { - tqApp->processEvents(100); + qApp->processEvents(100); if ( joydev->getEvent(type, number, value) ) { |