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/kotext/KoParagDia_p.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/kotext/KoParagDia_p.h')
-rw-r--r-- | lib/kotext/KoParagDia_p.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/kotext/KoParagDia_p.h b/lib/kotext/KoParagDia_p.h index 1e1b42d3..75ee2c32 100644 --- a/lib/kotext/KoParagDia_p.h +++ b/lib/kotext/KoParagDia_p.h @@ -35,7 +35,7 @@ class TQPainter; /******************************************************************/ class KoSpinBox : public TQSpinBox { - Q_OBJECT + TQ_OBJECT public: @@ -58,7 +58,7 @@ public: /******************************************************************/ class KPagePreview : public TQGroupBox { - Q_OBJECT + TQ_OBJECT public: @@ -92,7 +92,7 @@ protected: class KPagePreview2 : public TQGroupBox { - Q_OBJECT + TQ_OBJECT public: @@ -115,7 +115,7 @@ protected: class KoBorderPreview : public TQFrame/*TQGroupBox*/ { - Q_OBJECT + TQ_OBJECT public: |