diff options
Diffstat (limited to 'kate/filetemplates/plugin/filetemplates.h')
-rw-r--r-- | kate/filetemplates/plugin/filetemplates.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/kate/filetemplates/plugin/filetemplates.h b/kate/filetemplates/plugin/filetemplates.h index 621d5ff..38b34d4 100644 --- a/kate/filetemplates/plugin/filetemplates.h +++ b/kate/filetemplates/plugin/filetemplates.h @@ -38,7 +38,7 @@ class KatePluginFactory : public KLibFactory { - Q_OBJECT + TQ_OBJECT public: @@ -73,7 +73,7 @@ class KatePluginFactory : public KLibFactory */ class KateFileTemplates : public Kate::Plugin, public Kate::PluginViewInterface { - Q_OBJECT + TQ_OBJECT public: @@ -158,7 +158,7 @@ class TemplateInfo; */ class KateTemplateInfoWidget : public TQWidget { - Q_OBJECT + TQ_OBJECT public: KateTemplateInfoWidget( TQWidget *parent=0, TemplateInfo *info=0, KateFileTemplates *kft=0 ); @@ -193,7 +193,7 @@ class KateTemplateInfoWidget : public TQWidget class KateTemplateWizard : public KWizard { friend class KateFileTemplates; - Q_OBJECT + TQ_OBJECT public: KateTemplateWizard( TQWidget* parent, KateFileTemplates *ktf ); @@ -233,7 +233,7 @@ class KateTemplateWizard : public KWizard class KateTemplateManager : public TQWidget { - Q_OBJECT + TQ_OBJECT public: KateTemplateManager( KateFileTemplates *kft=0, TQWidget *parent=0, const char *name=0 ); |