summaryrefslogtreecommitdiffstats
path: root/kio/kfile/kurlcombobox.h
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2012-10-21 13:11:21 -0500
committerDarrell Anderson <humanreadable@yahoo.com>2012-10-21 13:11:21 -0500
commit7bdcf7b7a990e5024a865d801cd16df9d6e8a3e2 (patch)
tree713b8b19d0bff547fb7a12d8f36b7ab5e48bbbd2 /kio/kfile/kurlcombobox.h
parent5d9a593c1fe4967f3636524cbef739d80b0d8cae (diff)
parentfe43761567120b0bda4e0aed56b7c1e56bdd93c5 (diff)
downloadtdelibs-7bdcf7b7a990e5024a865d801cd16df9d6e8a3e2.tar.gz
tdelibs-7bdcf7b7a990e5024a865d801cd16df9d6e8a3e2.zip
Merge branch 'master' of http://scm.trinitydesktop.org/scm/git/tdelibs
Diffstat (limited to 'kio/kfile/kurlcombobox.h')
-rw-r--r--kio/kfile/kurlcombobox.h4
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:
/**