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 b18a9620..11e9b201 100644 --- a/parts/appwizard/profilesupport.h +++ b/parts/appwizard/profilesupport.h @@ -20,11 +20,11 @@ #ifndef PROFILESUPPORT_H #define PROFILESUPPORT_H -#include <kdevplugin.h> +#include <tdevplugin.h> class ProfileSupport{ public: - ProfileSupport(KDevPlugin *parent); + ProfileSupport(TDevPlugin *parent); bool isInTemplateList(const TQString &templateUrl); private: |