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 /kio/kfile/kurlcombobox.h | |
parent | 481457e5859adea2b83aba47b6d5d724b4c7bf24 (diff) | |
download | tdelibs-fe43761567120b0bda4e0aed56b7c1e56bdd93c5.tar.gz tdelibs-fe43761567120b0bda4e0aed56b7c1e56bdd93c5.zip |
Update TQt3 property/enum macros
Diffstat (limited to 'kio/kfile/kurlcombobox.h')
-rw-r--r-- | kio/kfile/kurlcombobox.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kio/kfile/kurlcombobox.h b/kio/kfile/kurlcombobox.h index d65cd91f5..0a9451075 100644 --- a/kio/kfile/kurlcombobox.h +++ b/kio/kfile/kurlcombobox.h @@ -41,8 +41,8 @@ class KIO_EXPORT KURLComboBox : public KComboBox { Q_OBJECT - Q_PROPERTY(TQStringList urls READ urls WRITE setURLs DESIGNABLE true) - Q_PROPERTY(int maxItems READ maxItems WRITE setMaxItems DESIGNABLE true) + TQ_PROPERTY(TQStringList urls READ urls WRITE setURLs DESIGNABLE true) + TQ_PROPERTY(int maxItems READ maxItems WRITE setMaxItems DESIGNABLE true) public: /** |