summaryrefslogtreecommitdiffstats
path: root/kbarcode/propertywidget.h
diff options
context:
space:
mode:
Diffstat (limited to 'kbarcode/propertywidget.h')
-rw-r--r--kbarcode/propertywidget.h20
1 files changed, 10 insertions, 10 deletions
diff --git a/kbarcode/propertywidget.h b/kbarcode/propertywidget.h
index 7398964..ebc32cf 100644
--- a/kbarcode/propertywidget.h
+++ b/kbarcode/propertywidget.h
@@ -49,7 +49,7 @@ class KPushButton;
class PropertyWidget : public TQWidget
{
Q_OBJECT
- TQ_OBJECT
+
public:
PropertyWidget( TQWidget* parent );
@@ -62,7 +62,7 @@ class PropertyWidget : public TQWidget
class PropertyBorder : public PropertyWidget {
Q_OBJECT
- TQ_OBJECT
+
public:
PropertyBorder( TQWidget* parent );
@@ -81,7 +81,7 @@ class PropertyBorder : public PropertyWidget {
class PropertyRotation : public PropertyWidget {
Q_OBJECT
- TQ_OBJECT
+
public:
PropertyRotation( TQWidget* parent );
@@ -94,7 +94,7 @@ class PropertyRotation : public PropertyWidget {
class PropertyFill : public PropertyWidget {
Q_OBJECT
- TQ_OBJECT
+
public:
PropertyFill( TQWidget* parent );
@@ -107,7 +107,7 @@ class PropertyFill : public PropertyWidget {
class PropertyBarcode : public PropertyWidget, private LabelUtils {
Q_OBJECT
- TQ_OBJECT
+
public:
PropertyBarcode( TokenProvider* token, TQWidget* parent );
@@ -124,7 +124,7 @@ class PropertyBarcode : public PropertyWidget, private LabelUtils {
class PropertyText : public PropertyWidget, private LabelUtils {
Q_OBJECT
- TQ_OBJECT
+
public:
PropertyText( TokenProvider* token, TQWidget* parent );
@@ -138,7 +138,7 @@ class PropertyText : public PropertyWidget, private LabelUtils {
//NY22
class PropertyTextLine : public PropertyWidget, private LabelUtils {
Q_OBJECT
- TQ_OBJECT
+
public:
PropertyTextLine( TokenProvider* token, TQWidget* parent );
@@ -152,7 +152,7 @@ class PropertyTextLine : public PropertyWidget, private LabelUtils {
class PropertySize : public PropertyWidget, private LabelUtils {
Q_OBJECT
- TQ_OBJECT
+
public:
PropertySize( TQWidget* parent );
@@ -172,7 +172,7 @@ class PropertySize : public PropertyWidget, private LabelUtils {
class PropertyImage : public PropertyWidget {
Q_OBJECT
- TQ_OBJECT
+
public:
PropertyImage( TokenProvider* token, TQWidget* parent );
@@ -206,7 +206,7 @@ class PropertyImage : public PropertyWidget {
class PropertyVisible : public PropertyWidget {
Q_OBJECT
- TQ_OBJECT
+
public:
PropertyVisible( TQWidget* parent );