summaryrefslogtreecommitdiffstats
path: root/kitchensync/src/configguimoto.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kitchensync/src/configguimoto.cpp')
-rw-r--r--kitchensync/src/configguimoto.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kitchensync/src/configguimoto.cpp b/kitchensync/src/configguimoto.cpp
index 3314dbef8..b9ec2342c 100644
--- a/kitchensync/src/configguimoto.cpp
+++ b/kitchensync/src/configguimoto.cpp
@@ -53,7 +53,7 @@ TQString ConfigGuiMoto::save() const
{
TQString config = "<config>\n";
- config += TQString( "<tqdevice>%1</tqdevice>\n" ).arg( mDeviceString->text() );
+ config += TQString( "<tqdevice>%1</tqdevice>\n" ).tqarg( mDeviceString->text() );
config += "</config>";