summaryrefslogtreecommitdiffstats
path: root/kword/KWTextFrameSet.h
diff options
context:
space:
mode:
Diffstat (limited to 'kword/KWTextFrameSet.h')
-rw-r--r--kword/KWTextFrameSet.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/kword/KWTextFrameSet.h b/kword/KWTextFrameSet.h
index f8adad31..ef4ed025 100644
--- a/kword/KWTextFrameSet.h
+++ b/kword/KWTextFrameSet.h
@@ -62,7 +62,7 @@ class TQProgressDialog;
*/
class KWTextFrameSet : public KWFrameSet, public KoTextFlow, public KoTextFormatInterface
{
- Q_OBJECT
+ TQ_OBJECT
public:
/// Cnstructor
@@ -384,7 +384,7 @@ private:
*/
class KWTextFrameSetEdit : public KoTextView, public KWFrameSetEdit
{
- Q_OBJECT
+ TQ_OBJECT
public:
KWTextFrameSetEdit( KWTextFrameSet * fs, KWCanvas * canvas );