diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-07-20 13:37:04 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-07-20 13:37:04 +0900 |
commit | cb59219281a9666896ee96b02a487bbc0206082d (patch) | |
tree | 75f3ebf2b90d7d8d2dc4b3c7af59601acede5ebb /kivio/plugins/kiviosmlconnector | |
parent | a34711af5e9f617dbf46f5c0383ad8f3fa04cd6d (diff) | |
download | koffice-cb59219281a9666896ee96b02a487bbc0206082d.tar.gz koffice-cb59219281a9666896ee96b02a487bbc0206082d.zip |
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'kivio/plugins/kiviosmlconnector')
-rw-r--r-- | kivio/plugins/kiviosmlconnector/plugin.h | 2 | ||||
-rw-r--r-- | kivio/plugins/kiviosmlconnector/sml_connector/sml_connector.h | 2 | ||||
-rw-r--r-- | kivio/plugins/kiviosmlconnector/tool_connector.h | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/kivio/plugins/kiviosmlconnector/plugin.h b/kivio/plugins/kiviosmlconnector/plugin.h index 5ac52f5e..515fa424 100644 --- a/kivio/plugins/kiviosmlconnector/plugin.h +++ b/kivio/plugins/kiviosmlconnector/plugin.h @@ -27,7 +27,7 @@ class TDEInstance; class SMLConnectorFactory : public KLibFactory -{ Q_OBJECT +{ TQ_OBJECT public: SMLConnectorFactory( TQObject* parent = 0, const char* name = 0 ); diff --git a/kivio/plugins/kiviosmlconnector/sml_connector/sml_connector.h b/kivio/plugins/kiviosmlconnector/sml_connector/sml_connector.h index 3e6c3daf..277a6e91 100644 --- a/kivio/plugins/kiviosmlconnector/sml_connector/sml_connector.h +++ b/kivio/plugins/kiviosmlconnector/sml_connector/sml_connector.h @@ -92,7 +92,7 @@ public: class KivioSMLConnectorFactory : public KivioStencilFactory { - Q_OBJECT + TQ_OBJECT public: KivioSMLConnectorFactory(TQObject *parent=0, const char* name=0, const TQStringList& args = TQStringList()); diff --git a/kivio/plugins/kiviosmlconnector/tool_connector.h b/kivio/plugins/kiviosmlconnector/tool_connector.h index 87ef56c4..f446832e 100644 --- a/kivio/plugins/kiviosmlconnector/tool_connector.h +++ b/kivio/plugins/kiviosmlconnector/tool_connector.h @@ -33,7 +33,7 @@ class KivioSMLConnector; class KivioCustomDragData; class SMLConnector : public Kivio::MouseTool -{ Q_OBJECT +{ TQ_OBJECT public: SMLConnector( KivioView* view ); |