diff options
Diffstat (limited to 'parts/texttools/texttoolspart.h')
-rw-r--r-- | parts/texttools/texttoolspart.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/parts/texttools/texttoolspart.h b/parts/texttools/texttoolspart.h index 7e7bf9c5..ce348f6d 100644 --- a/parts/texttools/texttoolspart.h +++ b/parts/texttools/texttoolspart.h @@ -12,7 +12,7 @@ #ifndef _TEXTTOOLSPART_H_ #define _TEXTTOOLSPART_H_ -#include <qguardedptr.h> +#include <tqguardedptr.h> #include <kparts/part.h> #include "kdevplugin.h" @@ -24,7 +24,7 @@ class TextToolsPart : public KDevPlugin Q_OBJECT public: - TextToolsPart( QObject *parent, const char *name, const QStringList & ); + TextToolsPart( TQObject *parent, const char *name, const TQStringList & ); ~TextToolsPart(); private slots: @@ -33,7 +33,7 @@ private slots: private: void createWidget(); - QGuardedPtr<TextToolsWidget> m_widget; + TQGuardedPtr<TextToolsWidget> m_widget; }; #endif |