summaryrefslogtreecommitdiffstats
path: root/kate/filetemplates
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-07-20 15:05:05 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-07-20 15:05:05 +0900
commit826b1b771cc20f515acf936bd3a2dcd83ce353b8 (patch)
tree162b5b770de9e59e9e4585883875efc50d78cd43 /kate/filetemplates
parent05e1c8a9a53e4c272b40ec142d399393785c98c5 (diff)
downloadtdeaddons-826b1b771cc20f515acf936bd3a2dcd83ce353b8.tar.gz
tdeaddons-826b1b771cc20f515acf936bd3a2dcd83ce353b8.zip
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'kate/filetemplates')
-rw-r--r--kate/filetemplates/plugin/filetemplates.h10
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 );