diff options
Diffstat (limited to 'parts/snippet/snippet_part.h')
-rw-r--r-- | parts/snippet/snippet_part.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/parts/snippet/snippet_part.h b/parts/snippet/snippet_part.h index 98c3b252..c62950fc 100644 --- a/parts/snippet/snippet_part.h +++ b/parts/snippet/snippet_part.h @@ -11,7 +11,7 @@ #define __KDEVPART_SNIPPET_H__ -#include <qguardedptr.h> +#include <tqguardedptr.h> #include <kdevplugin.h> @@ -30,16 +30,16 @@ class SnippetPart : public KDevPlugin public: - SnippetPart(QObject *parent, const char *name, const QStringList &); + SnippetPart(TQObject *parent, const char *name, const TQStringList &); ~SnippetPart(); KAboutData * aboutData(); - QStringList getAllLanguages(); - QStringList getProjectLanguages(); + TQStringList getAllLanguages(); + TQStringList getProjectLanguages(); private: void setupActions(); - QGuardedPtr<SnippetWidget> m_widget; + TQGuardedPtr<SnippetWidget> m_widget; public slots: void slotConfigWidget( KDialogBase *dlg ); |