summaryrefslogtreecommitdiffstats
path: root/kword/KWFrameDia.h
diff options
context:
space:
mode:
Diffstat (limited to 'kword/KWFrameDia.h')
-rw-r--r--kword/KWFrameDia.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/kword/KWFrameDia.h b/kword/KWFrameDia.h
index 93a71e3e..e1ff66d1 100644
--- a/kword/KWFrameDia.h
+++ b/kword/KWFrameDia.h
@@ -50,7 +50,7 @@ class KDoubleNumInput;
/******************************************************************/
class KWBrushStylePreview : public TQFrame
{
- Q_OBJECT
+ TQ_OBJECT
public:
KWBrushStylePreview( TQWidget* );
@@ -68,7 +68,7 @@ private:
*/
class KWFourSideConfigWidget : public TQGroupBox
{
- Q_OBJECT
+ TQ_OBJECT
public:
KWFourSideConfigWidget( KWDocument* m_doc, const TQString& title, TQWidget*, const char* name = 0 );
@@ -99,7 +99,7 @@ private:
/******************************************************************/
class KWFrameDia : public KDialogBase
{
- Q_OBJECT
+ TQ_OBJECT
public:
/** Contructor when the dialog is used on creation of m_frame */