summaryrefslogtreecommitdiffstats
path: root/kcontrol/joystick/joydevice.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kcontrol/joystick/joydevice.cpp')
-rw-r--r--kcontrol/joystick/joydevice.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kcontrol/joystick/joydevice.cpp b/kcontrol/joystick/joydevice.cpp
index 2c1a16ce7..76067ee17 100644
--- a/kcontrol/joystick/joydevice.cpp
+++ b/kcontrol/joystick/joydevice.cpp
@@ -36,7 +36,7 @@
//--------------------------------------------------------------
-JoyDevice::JoyDevice(const QString &devicefile)
+JoyDevice::JoyDevice(const TQString &devicefile)
: devName(devicefile), joyFd(-1), buttons(0), axes(0),
amin(0), amax(0), corr(0), origCorr(0)
{
@@ -44,7 +44,7 @@ JoyDevice::JoyDevice(const QString &devicefile)
//--------------------------------------------------------------
-QString JoyDevice::errText(ErrorCode code) const
+TQString JoyDevice::errText(ErrorCode code) const
{
switch ( code )
{