diff options
Diffstat (limited to 'lib/koproperty/editors/booledit.h')
-rw-r--r-- | lib/koproperty/editors/booledit.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/koproperty/editors/booledit.h b/lib/koproperty/editors/booledit.h index edd3c637..cce7c0a3 100644 --- a/lib/koproperty/editors/booledit.h +++ b/lib/koproperty/editors/booledit.h @@ -32,7 +32,7 @@ namespace KoProperty { class KOPROPERTY_EXPORT BoolEdit : public Widget { - Q_OBJECT + TQ_OBJECT public: @@ -59,7 +59,7 @@ class KOPROPERTY_EXPORT BoolEdit : public Widget class KOPROPERTY_EXPORT ThreeStateBoolEdit : public ComboBox { - Q_OBJECT + TQ_OBJECT public: |