summaryrefslogtreecommitdiffstats
path: root/kmrml/kmrml/propertywidgets.h
diff options
context:
space:
mode:
Diffstat (limited to 'kmrml/kmrml/propertywidgets.h')
-rw-r--r--kmrml/kmrml/propertywidgets.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/kmrml/kmrml/propertywidgets.h b/kmrml/kmrml/propertywidgets.h
index d0987c0b..bfb207a0 100644
--- a/kmrml/kmrml/propertywidgets.h
+++ b/kmrml/kmrml/propertywidgets.h
@@ -28,7 +28,7 @@ namespace KMrml
class IntegerWidget : public TQHBox
{
Q_OBJECT
- TQ_OBJECT
+
public:
IntegerWidget( const PropertySheet& sheet,
@@ -44,7 +44,7 @@ namespace KMrml
class ComboWidget : public TQHBox
{
Q_OBJECT
- TQ_OBJECT
+
public:
ComboWidget( const PropertySheet& sheet,
@@ -60,7 +60,7 @@ namespace KMrml
class CheckBoxWidget : public TQHBox
{
Q_OBJECT
- TQ_OBJECT
+
public:
CheckBoxWidget( const PropertySheet& sheet,
@@ -78,7 +78,7 @@ namespace KMrml
class LineEditWidget : public TQHBox
{
Q_OBJECT
- TQ_OBJECT
+
public:
LineEditWidget( const PropertySheet& sheet,
@@ -94,7 +94,7 @@ namespace KMrml
class ListBoxWidget : public TQHBox
{
Q_OBJECT
- TQ_OBJECT
+
public:
ListBoxWidget( const PropertySheet& sheet,