summaryrefslogtreecommitdiffstats
path: root/wizards/scalixkmailchanges.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'wizards/scalixkmailchanges.cpp')
-rw-r--r--wizards/scalixkmailchanges.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/wizards/scalixkmailchanges.cpp b/wizards/scalixkmailchanges.cpp
index 9b4512dd..38c3ecfb 100644
--- a/wizards/scalixkmailchanges.cpp
+++ b/wizards/scalixkmailchanges.cpp
@@ -34,7 +34,7 @@ class ScalixCustomWriter : public CreateDisconnectedImapAccount::CustomWriter
{
c.setGroup( "IMAP Resource" );
c.writeEntry( "TheIMAPResourceAccount", id );
- c.writeEntry( "TheIMAPResourceFolderParent", TQString(".%1.directory/INBOX").arg( id ) );
+ c.writeEntry( "TheIMAPResourceFolderParent", TQString(".%1.directory/INBOX").tqarg( id ) );
c.writeEntry( "HideGroupwareFolders", false );
}
void writeIds( int, int ) {}