summaryrefslogtreecommitdiffstats
path: root/kate/katesort
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/katesort
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/katesort')
-rw-r--r--kate/katesort/plugin_sort.h4
-rw-r--r--kate/katesort/sortdialog.h2
2 files changed, 3 insertions, 3 deletions
diff --git a/kate/katesort/plugin_sort.h b/kate/katesort/plugin_sort.h
index ee054c0..217b631 100644
--- a/kate/katesort/plugin_sort.h
+++ b/kate/katesort/plugin_sort.h
@@ -38,7 +38,7 @@
class KatePluginFactory : public KLibFactory
{
- Q_OBJECT
+ TQ_OBJECT
public:
KatePluginFactory();
@@ -52,7 +52,7 @@ class KatePluginFactory : public KLibFactory
class KatePluginSort : public Kate::Plugin, Kate::PluginViewInterface
{
- Q_OBJECT
+ TQ_OBJECT
public:
KatePluginSort( TQObject* parent = 0, const char* name = 0 );
diff --git a/kate/katesort/sortdialog.h b/kate/katesort/sortdialog.h
index 135a33a..fd22776 100644
--- a/kate/katesort/sortdialog.h
+++ b/kate/katesort/sortdialog.h
@@ -35,7 +35,7 @@
class SortDialog : public sortdialoglayout
{
- Q_OBJECT
+ TQ_OBJECT
public:
SortDialog ( TQWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 );