diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-10-20 20:30:14 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-10-20 20:30:14 -0500 |
commit | fe43761567120b0bda4e0aed56b7c1e56bdd93c5 (patch) | |
tree | fb23cd5905748c6e495f65a689cdd446fa3e4cae /tdeui/kseparator.h | |
parent | 481457e5859adea2b83aba47b6d5d724b4c7bf24 (diff) | |
download | tdelibs-fe43761567120b0bda4e0aed56b7c1e56bdd93c5.tar.gz tdelibs-fe43761567120b0bda4e0aed56b7c1e56bdd93c5.zip |
Update TQt3 property/enum macros
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. |