From 6335dc55802871b5a43492f217b6edbb420204c4 Mon Sep 17 00:00:00 2001 From: tpearson Date: Wed, 10 Aug 2011 06:08:18 +0000 Subject: rename the following methods: tqfind find tqreplace replace tqcontains contains git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdeutils@1246075 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kgpg/keygener.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kgpg/keygener.cpp') diff --git a/kgpg/keygener.cpp b/kgpg/keygener.cpp index 5dfd9c7..9de17f8 100644 --- a/kgpg/keygener.cpp +++ b/kgpg/keygener.cpp @@ -99,7 +99,7 @@ void keyGenerate::slotOk() { if (KMessageBox::warningContinueCancel(this,i18n("You are about to create a key with no email address"))!=KMessageBox::Continue) return; } - else if ((vmail.tqfind(" ")!=-1) || (vmail.tqfind(".")==-1) || (vmail.tqfind("@")==-1)) { + else if ((vmail.find(" ")!=-1) || (vmail.find(".")==-1) || (vmail.find("@")==-1)) { KMessageBox::sorry(this,i18n("Email address not valid")); return; } -- cgit v1.2.1