summaryrefslogtreecommitdiffstats
path: root/parts/appwizard/profilesupport.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'parts/appwizard/profilesupport.cpp')
-rw-r--r--parts/appwizard/profilesupport.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/parts/appwizard/profilesupport.cpp b/parts/appwizard/profilesupport.cpp
index 8ae4d85e..828b54e9 100644
--- a/parts/appwizard/profilesupport.cpp
+++ b/parts/appwizard/profilesupport.cpp
@@ -40,5 +40,5 @@ ProfileSupport::ProfileSupport(KDevPlugin *tqparent)
bool ProfileSupport::isInTemplateList(const TQString &templateUrl)
{
- return m_templateList.tqcontains(TQFileInfo(templateUrl).baseName());
+ return m_templateList.contains(TQFileInfo(templateUrl).baseName());
}