summaryrefslogtreecommitdiffstats
path: root/kuser/selectconn.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kuser/selectconn.cpp')
-rw-r--r--kuser/selectconn.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kuser/selectconn.cpp b/kuser/selectconn.cpp
index d661fb1..20c7ec3 100644
--- a/kuser/selectconn.cpp
+++ b/kuser/selectconn.cpp
@@ -80,7 +80,7 @@ void SelectConn::slotUser3()
newconn = KInputDialog::getText( TQString(),
i18n("Please type the name of the new connection:") );
if ( newconn.isEmpty() ) return;
- if ( kapp->sharedConfig()->groupList().tqcontains( "connection-" + newconn ) ) {
+ if ( kapp->sharedConfig()->groupList().contains( "connection-" + newconn ) ) {
KMessageBox::sorry( 0, i18n("A connection with this name already exists.") );
return;
}