summaryrefslogtreecommitdiffstats
path: root/kbfxlib/common
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-02-17 15:59:25 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-02-17 15:59:25 -0600
commitd5da3c1493156c34a266894b58c026fb8992e448 (patch)
tree71a8d8d095503ba938d0e4accfeb89c427238237 /kbfxlib/common
parent31c3dd003947c90b1337c0dd4fff72dc16d7a290 (diff)
downloadkbfx-d5da3c1493156c34a266894b58c026fb8992e448.tar.gz
kbfx-d5da3c1493156c34a266894b58c026fb8992e448.zip
Remove spurious TQ_OBJECT instances
Diffstat (limited to 'kbfxlib/common')
-rw-r--r--kbfxlib/common/kbfxfontchooser.h2
-rw-r--r--kbfxlib/common/kbfxkiodownload.h2
-rw-r--r--kbfxlib/common/kbfxpixmaplabel.h2
-rw-r--r--kbfxlib/common/kbfxpushbutton.h2
4 files changed, 4 insertions, 4 deletions
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 );