summaryrefslogtreecommitdiffstats
path: root/wizards/kolabkmailchanges.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'wizards/kolabkmailchanges.cpp')
-rw-r--r--wizards/kolabkmailchanges.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/wizards/kolabkmailchanges.cpp b/wizards/kolabkmailchanges.cpp
index a77de303..8f66e5b3 100644
--- a/wizards/kolabkmailchanges.cpp
+++ b/wizards/kolabkmailchanges.cpp
@@ -34,7 +34,7 @@ class KolabCustomWriter : 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 ) );
}
void writeIds( int, int ) {}
};