summaryrefslogtreecommitdiffstats
path: root/lib/koproperty/editors/spinbox.h
diff options
context:
space:
mode:
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 668b7b2b..9c4a3fe2 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);