diff options
Diffstat (limited to 'parts/regexptest/regexptestpart.h')
-rw-r--r-- | parts/regexptest/regexptestpart.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/parts/regexptest/regexptestpart.h b/parts/regexptest/regexptestpart.h index 7eabeffc..d0446cef 100644 --- a/parts/regexptest/regexptestpart.h +++ b/parts/regexptest/regexptestpart.h @@ -12,7 +12,7 @@ #ifndef _REGEXPTESTPART_H_ #define _REGEXPTESTPART_H_ -#include <qguardedptr.h> +#include <tqguardedptr.h> #include <kdialogbase.h> #include "kdevplugin.h" @@ -24,7 +24,7 @@ class RegexpTestPart : public KDevPlugin Q_OBJECT public: - RegexpTestPart( QObject *parent, const char *name, const QStringList & ); + RegexpTestPart( TQObject *parent, const char *name, const TQStringList & ); ~RegexpTestPart(); private slots: |