diff options
Diffstat (limited to 'kbfxlib/common')
-rw-r--r-- | kbfxlib/common/kbfxfontchooser.h | 2 | ||||
-rw-r--r-- | kbfxlib/common/kbfxkiodownload.h | 2 | ||||
-rw-r--r-- | kbfxlib/common/kbfxpixmaplabel.h | 2 | ||||
-rw-r--r-- | kbfxlib/common/kbfxpushbutton.h | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/kbfxlib/common/kbfxfontchooser.h b/kbfxlib/common/kbfxfontchooser.h index 790d801..28c2c60 100644 --- a/kbfxlib/common/kbfxfontchooser.h +++ b/kbfxlib/common/kbfxfontchooser.h @@ -41,7 +41,7 @@ class TQFont; class KBFXFontChooser : public TQWidget { - Q_OBJECT + TQ_OBJECT TQ_PROPERTY ( TQFont font READ font WRITE setFont ) public: diff --git a/kbfxlib/common/kbfxkiodownload.h b/kbfxlib/common/kbfxkiodownload.h index c40f8ee..9ebbb67 100644 --- a/kbfxlib/common/kbfxkiodownload.h +++ b/kbfxlib/common/kbfxkiodownload.h @@ -31,7 +31,7 @@ */ class KbfxKioDownload : public TQObject { - Q_OBJECT + TQ_OBJECT public: diff --git a/kbfxlib/common/kbfxpixmaplabel.h b/kbfxlib/common/kbfxpixmaplabel.h index 36bb95a..53c24be 100644 --- a/kbfxlib/common/kbfxpixmaplabel.h +++ b/kbfxlib/common/kbfxpixmaplabel.h @@ -29,7 +29,7 @@ class KbfxPixmapLabel : public TQLabel { - Q_OBJECT + TQ_OBJECT public: diff --git a/kbfxlib/common/kbfxpushbutton.h b/kbfxlib/common/kbfxpushbutton.h index 87c1b8f..57c81c7 100644 --- a/kbfxlib/common/kbfxpushbutton.h +++ b/kbfxlib/common/kbfxpushbutton.h @@ -28,7 +28,7 @@ class KbfxPushButton: public KPushButton { - Q_OBJECT + TQ_OBJECT public: |