diff options
Diffstat (limited to 'parts/appwizard/profilesupport.h')
-rw-r--r-- | parts/appwizard/profilesupport.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/parts/appwizard/profilesupport.h b/parts/appwizard/profilesupport.h index f3b89ac8..b18a9620 100644 --- a/parts/appwizard/profilesupport.h +++ b/parts/appwizard/profilesupport.h @@ -25,10 +25,10 @@ class ProfileSupport{ public: ProfileSupport(KDevPlugin *parent); - bool isInTemplateList(const QString &templateUrl); + bool isInTemplateList(const TQString &templateUrl); private: - QStringList m_templateList; + TQStringList m_templateList; }; #endif |