summaryrefslogtreecommitdiffstats
path: root/lib/koproperty/editors/booledit.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/koproperty/editors/booledit.h')
-rw-r--r--lib/koproperty/editors/booledit.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/koproperty/editors/booledit.h b/lib/koproperty/editors/booledit.h
index f93e4daa1..edd3c6370 100644
--- a/lib/koproperty/editors/booledit.h
+++ b/lib/koproperty/editors/booledit.h
@@ -33,7 +33,7 @@ namespace KoProperty {
class KOPROPERTY_EXPORT BoolEdit : public Widget
{
Q_OBJECT
- TQ_OBJECT
+
public:
BoolEdit(Property *property, TQWidget *parent=0, const char *name=0);
@@ -60,7 +60,7 @@ class KOPROPERTY_EXPORT BoolEdit : public Widget
class KOPROPERTY_EXPORT ThreeStateBoolEdit : public ComboBox
{
Q_OBJECT
- TQ_OBJECT
+
public:
ThreeStateBoolEdit(Property *property, TQWidget *parent=0, const char *name=0);