diff options
| author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-02-17 16:00:39 -0600 |
|---|---|---|
| committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-02-17 16:00:39 -0600 |
| commit | 2f8f2b51ac004c1325dd8c3c2a24d3fec62450f0 (patch) | |
| tree | b2a50806758f457480546bccb342017d9c971bd8 /kivio/plugins/kiviosmlconnector | |
| parent | 3464ad940b78776e534eded37c3ae842cae52ad8 (diff) | |
| download | koffice-2f8f2b51ac004c1325dd8c3c2a24d3fec62450f0.tar.gz koffice-2f8f2b51ac004c1325dd8c3c2a24d3fec62450f0.zip | |
Remove spurious TQ_OBJECT instances
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 0a1f90566..2b3e8028e 100644 --- a/kivio/plugins/kiviosmlconnector/plugin.h +++ b/kivio/plugins/kiviosmlconnector/plugin.h @@ -28,7 +28,7 @@ class KInstance; class SMLConnectorFactory : public KLibFactory { Q_OBJECT - TQ_OBJECT + public: SMLConnectorFactory( TQObject* parent = 0, const char* name = 0 ); ~SMLConnectorFactory(); diff --git a/kivio/plugins/kiviosmlconnector/sml_connector/sml_connector.h b/kivio/plugins/kiviosmlconnector/sml_connector/sml_connector.h index b631f84b6..3e6c3dafb 100644 --- a/kivio/plugins/kiviosmlconnector/sml_connector/sml_connector.h +++ b/kivio/plugins/kiviosmlconnector/sml_connector/sml_connector.h @@ -93,7 +93,7 @@ public: class KivioSMLConnectorFactory : public KivioStencilFactory { Q_OBJECT - TQ_OBJECT + public: KivioSMLConnectorFactory(TQObject *parent=0, const char* name=0, const TQStringList& args = TQStringList()); KivioStencil *NewStencil(const TQString& name); diff --git a/kivio/plugins/kiviosmlconnector/tool_connector.h b/kivio/plugins/kiviosmlconnector/tool_connector.h index 788192f6e..3213bff18 100644 --- a/kivio/plugins/kiviosmlconnector/tool_connector.h +++ b/kivio/plugins/kiviosmlconnector/tool_connector.h @@ -34,7 +34,7 @@ class KivioCustomDragData; class SMLConnector : public Kivio::MouseTool { Q_OBJECT - TQ_OBJECT + public: SMLConnector( KivioView* view ); ~SMLConnector(); |
