summaryrefslogtreecommitdiffstats
path: root/kate/katesort/plugin_sort.h
diff options
context:
space:
mode:
Diffstat (limited to 'kate/katesort/plugin_sort.h')
-rw-r--r--kate/katesort/plugin_sort.h4
1 files changed, 2 insertions, 2 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 );