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 97e3a83a..68ff847a 100644
--- a/wizards/kolabkmailchanges.cpp
+++ b/wizards/kolabkmailchanges.cpp
@@ -108,7 +108,7 @@ void createKMailChanges( KConfigPropagator::Change::List& changes )
TQString defaultDomain = KolabConfig::self()->server();
const TQString server = KolabConfig::self()->server();
TQString user = KolabConfig::self()->user();
- int pos = user.find( "@" );
+ int pos = user.tqfind( "@" );
// with kolab the userid _is_ the full email
if ( pos > 0 ) {
// The user typed in a full email address. Assume it's correct