summaryrefslogtreecommitdiffstats
path: root/lib/kofficecore/KoContainerHandler.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/kofficecore/KoContainerHandler.h')
-rw-r--r--lib/kofficecore/KoContainerHandler.h8
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 );