diff options
author | Michele Calgaro <[email protected]> | 2023-07-20 13:37:04 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2023-07-20 13:37:04 +0900 |
commit | cb59219281a9666896ee96b02a487bbc0206082d (patch) | |
tree | 75f3ebf2b90d7d8d2dc4b3c7af59601acede5ebb /lib/kofficecore/KoContainerHandler.h | |
parent | a34711af5e9f617dbf46f5c0383ad8f3fa04cd6d (diff) | |
download | koffice-cb59219281a9666896ee96b02a487bbc0206082d.tar.gz koffice-cb59219281a9666896ee96b02a487bbc0206082d.zip |
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'lib/kofficecore/KoContainerHandler.h')
-rw-r--r-- | lib/kofficecore/KoContainerHandler.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/kofficecore/KoContainerHandler.h b/lib/kofficecore/KoContainerHandler.h index 43d2fbbf..5b751fc7 100644 --- a/lib/kofficecore/KoContainerHandler.h +++ b/lib/kofficecore/KoContainerHandler.h @@ -42,7 +42,7 @@ class KoPartMoveHandlerPrivate; */ class KOFFICECORE_EXPORT KoEventHandler : public TQObject { - Q_OBJECT + TQ_OBJECT public: KoEventHandler( TQObject* target ); @@ -60,7 +60,7 @@ private: */ class KoPartResizeHandler : public KoEventHandler { - Q_OBJECT + TQ_OBJECT public: KoPartResizeHandler( TQWidget* widget, const TQWMatrix& matrix, KoView* view, KoChild* child, @@ -81,7 +81,7 @@ private: */ class KoPartMoveHandler : public KoEventHandler { - Q_OBJECT + TQ_OBJECT public: KoPartMoveHandler( TQWidget* widget, const TQWMatrix& matrix, KoView* view, KoChild* child, @@ -111,7 +111,7 @@ private: */ class KOFFICECORE_EXPORT KoContainerHandler : public KoEventHandler { - Q_OBJECT + TQ_OBJECT public: KoContainerHandler( KoView* view, TQWidget* widget ); |