From d5da3c1493156c34a266894b58c026fb8992e448 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 17 Feb 2012 15:59:25 -0600 Subject: Remove spurious TQ_OBJECT instances --- kbfxlib/common/kbfxfontchooser.h | 2 +- kbfxlib/common/kbfxkiodownload.h | 2 +- kbfxlib/common/kbfxpixmaplabel.h | 2 +- kbfxlib/common/kbfxpushbutton.h | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) (limited to 'kbfxlib/common') diff --git a/kbfxlib/common/kbfxfontchooser.h b/kbfxlib/common/kbfxfontchooser.h index 8d0191d..d216719 100644 --- a/kbfxlib/common/kbfxfontchooser.h +++ b/kbfxlib/common/kbfxfontchooser.h @@ -42,7 +42,7 @@ class TQFont; class KBFXFontChooser : public TQWidget { Q_OBJECT - TQ_OBJECT + TQ_PROPERTY ( TQFont font READ font WRITE setFont ) public: KBFXFontChooser ( TQWidget *parent = 0, const char *name = 0 ); diff --git a/kbfxlib/common/kbfxkiodownload.h b/kbfxlib/common/kbfxkiodownload.h index 5058750..2d9e319 100644 --- a/kbfxlib/common/kbfxkiodownload.h +++ b/kbfxlib/common/kbfxkiodownload.h @@ -32,7 +32,7 @@ class KbfxKioDownload : public TQObject { Q_OBJECT - TQ_OBJECT + public: KbfxKioDownload ( TQObject * parent = 0, const char * name = 0 ); diff --git a/kbfxlib/common/kbfxpixmaplabel.h b/kbfxlib/common/kbfxpixmaplabel.h index decbf50..21418ca 100644 --- a/kbfxlib/common/kbfxpixmaplabel.h +++ b/kbfxlib/common/kbfxpixmaplabel.h @@ -30,7 +30,7 @@ class KbfxPixmapLabel : public TQLabel { Q_OBJECT - TQ_OBJECT + public: KbfxPixmapLabel ( TQWidget *parent = 0, const char *name = 0, WFlags f = 0 ); diff --git a/kbfxlib/common/kbfxpushbutton.h b/kbfxlib/common/kbfxpushbutton.h index 65f20e5..2341893 100644 --- a/kbfxlib/common/kbfxpushbutton.h +++ b/kbfxlib/common/kbfxpushbutton.h @@ -29,7 +29,7 @@ class KbfxPushButton: public KPushButton { Q_OBJECT - TQ_OBJECT + public: KbfxPushButton ( TQWidget *parent = 0, const char *name = 0 ); -- cgit v1.2.3