From e05894553004a47b1e2f276bedcf5963b57a3932 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/applications/ktechlab@1246075 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- src/gui/settingsdlg.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gui/settingsdlg.cpp') diff --git a/src/gui/settingsdlg.cpp b/src/gui/settingsdlg.cpp index 641a9d2..5d9511e 100644 --- a/src/gui/settingsdlg.cpp +++ b/src/gui/settingsdlg.cpp @@ -212,7 +212,7 @@ class NameValidator : public TQValidator } virtual State validate( TQString & input, int & ) const { - return (input.isEmpty() || m_unallowed.tqcontains( input.lower() )) ? Intermediate : Acceptable; + return (input.isEmpty() || m_unallowed.contains( input.lower() )) ? Intermediate : Acceptable; } protected: -- cgit v1.2.3