summaryrefslogtreecommitdiffstats
path: root/lib/koproperty/editors/spinbox.h
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-02-17 16:00:39 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-02-17 16:00:39 -0600
commit2f8f2b51ac004c1325dd8c3c2a24d3fec62450f0 (patch)
treeb2a50806758f457480546bccb342017d9c971bd8 /lib/koproperty/editors/spinbox.h
parent3464ad940b78776e534eded37c3ae842cae52ad8 (diff)
downloadkoffice-2f8f2b51ac004c1325dd8c3c2a24d3fec62450f0.tar.gz
koffice-2f8f2b51ac004c1325dd8c3c2a24d3fec62450f0.zip
Remove spurious TQ_OBJECT instances
Diffstat (limited to 'lib/koproperty/editors/spinbox.h')
-rw-r--r--lib/koproperty/editors/spinbox.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/koproperty/editors/spinbox.h b/lib/koproperty/editors/spinbox.h
index 668b7b2b9..9c4a3fe2b 100644
--- a/lib/koproperty/editors/spinbox.h
+++ b/lib/koproperty/editors/spinbox.h
@@ -35,7 +35,7 @@ class DoubleEdit;
class IntSpinBox : public KIntSpinBox
{
Q_OBJECT
- TQ_OBJECT
+
public:
IntSpinBox(int lower, int upper, int step, int value, int base=10,
@@ -51,7 +51,7 @@ class IntSpinBox : public KIntSpinBox
class KOPROPERTY_EXPORT IntEdit : public Widget
{
Q_OBJECT
- TQ_OBJECT
+
public:
IntEdit(Property *property, TQWidget *parent=0, const char *name=0);
@@ -77,7 +77,7 @@ class KOPROPERTY_EXPORT IntEdit : public Widget
class DoubleSpinBox : public KDoubleSpinBox
{
Q_OBJECT
- TQ_OBJECT
+
public:
//! \todo Support setting precision limits, step, etc.
@@ -95,7 +95,7 @@ class DoubleSpinBox : public KDoubleSpinBox
class KOPROPERTY_EXPORT DoubleEdit : public Widget
{
Q_OBJECT
- TQ_OBJECT
+
public:
DoubleEdit(Property *property, TQWidget *parent=0, const char *name=0);