summaryrefslogtreecommitdiffstats
path: root/kitchensync/src/configguigpe.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kitchensync/src/configguigpe.cpp')
-rw-r--r--kitchensync/src/configguigpe.cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/kitchensync/src/configguigpe.cpp b/kitchensync/src/configguigpe.cpp
index 34502d4d..26055264 100644
--- a/kitchensync/src/configguigpe.cpp
+++ b/kitchensync/src/configguigpe.cpp
@@ -68,11 +68,11 @@ TQString ConfigGuiGpe::save() const
{
TQString config = "<config>";
- config += TQString( "<use_local>%1</use_local>" ).arg( mConnectionMode->currentItem() == 0 );
- config += TQString( "<use_ssh>%1</use_ssh>" ).arg( mConnectionMode->currentItem() == 1 );
- config += TQString( "<handheld_ip>%1</handheld_ip>" ).arg( mIP->text() );
- config += TQString( "<handheld_port>%1</handheld_port>" ).arg( mPort->value() );
- config += TQString( "<handheld_user>%1</handheld_user>" ).arg( mUser->text() );
+ config += TQString( "<use_local>%1</use_local>" ).tqarg( mConnectionMode->currentItem() == 0 );
+ config += TQString( "<use_ssh>%1</use_ssh>" ).tqarg( mConnectionMode->currentItem() == 1 );
+ config += TQString( "<handheld_ip>%1</handheld_ip>" ).tqarg( mIP->text() );
+ config += TQString( "<handheld_port>%1</handheld_port>" ).tqarg( mPort->value() );
+ config += TQString( "<handheld_user>%1</handheld_user>" ).tqarg( mUser->text() );
config += "</config>";