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.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/parts/appwizard/profilesupport.cpp b/parts/appwizard/profilesupport.cpp
index 084156f5..8ae4d85e 100644
--- a/parts/appwizard/profilesupport.cpp
+++ b/parts/appwizard/profilesupport.cpp
@@ -26,9 +26,9 @@
#include <kdevplugincontroller.h>
-ProfileSupport::ProfileSupport(KDevPlugin *parent)
+ProfileSupport::ProfileSupport(KDevPlugin *tqparent)
{
- KURL::List resources = parent->pluginController()->profileResourcesRecursive("*.appwizard");
+ KURL::List resources = tqparent->pluginController()->profileResourcesRecursive("*.appwizard");
for (KURL::List::const_iterator it = resources.constBegin(); it != resources.constEnd(); ++it)
{
@@ -40,5 +40,5 @@ ProfileSupport::ProfileSupport(KDevPlugin *parent)
bool ProfileSupport::isInTemplateList(const TQString &templateUrl)
{
- return m_templateList.contains(TQFileInfo(templateUrl).baseName());
+ return m_templateList.tqcontains(TQFileInfo(templateUrl).baseName());
}