diff options
Diffstat (limited to 'tdeui/kseparator.h')
-rw-r--r-- | tdeui/kseparator.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tdeui/kseparator.h b/tdeui/kseparator.h index cac498d0a..f21c4c99b 100644 --- a/tdeui/kseparator.h +++ b/tdeui/kseparator.h @@ -33,7 +33,7 @@ class TDEUI_EXPORT KSeparator : public TQFrame { Q_OBJECT - Q_PROPERTY( int orientation READ orientation WRITE setOrientation ) + TQ_PROPERTY( int orientation READ orientation WRITE setOrientation ) public: /** * Constructor. |