diff options
author | Michele Calgaro <[email protected]> | 2023-07-20 15:05:05 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2023-07-21 17:18:45 +0900 |
commit | 98d99130f243fb128eb4db0386d01ff8622940a5 (patch) | |
tree | 647aa4ebccb2e7b32f4867a9fc60743f5ee5484e /kate/insertcommand | |
parent | 7ba98b09b6bef9e26ae4f0e2de1bd48db4bce757 (diff) | |
download | tdeaddons-98d99130f243fb128eb4db0386d01ff8622940a5.tar.gz tdeaddons-98d99130f243fb128eb4db0386d01ff8622940a5.zip |
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <[email protected]>
(cherry picked from commit 826b1b771cc20f515acf936bd3a2dcd83ce353b8)
Diffstat (limited to 'kate/insertcommand')
-rw-r--r-- | kate/insertcommand/plugin_kateinsertcommand.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kate/insertcommand/plugin_kateinsertcommand.h b/kate/insertcommand/plugin_kateinsertcommand.h index c0d6edc..5e808a6 100644 --- a/kate/insertcommand/plugin_kateinsertcommand.h +++ b/kate/insertcommand/plugin_kateinsertcommand.h @@ -54,7 +54,7 @@ class PluginKateInsertCommand : public Kate::Plugin, Kate::PluginViewInterface, Kate::PluginConfigInterfaceExtension { - Q_OBJECT + TQ_OBJECT public: @@ -103,7 +103,7 @@ class PluginKateInsertCommand : public Kate::Plugin, class CmdPrompt : public KDialogBase { -Q_OBJECT +TQ_OBJECT public: CmdPrompt(TQWidget* parent=0, @@ -141,7 +141,7 @@ class WaitDlg : public KDialogBase /** Config page for the plugin. */ class InsertCommandConfigPage : public Kate::PluginConfigPage { - Q_OBJECT + TQ_OBJECT friend class PluginKateInsertCommand; |