summaryrefslogtreecommitdiffstats
path: root/kio/kfile/kurlcombobox.h
diff options
context:
space:
mode:
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:
/**