diff options
Diffstat (limited to 'tdeio/tdefile/kurlcombobox.h')
-rw-r--r-- | tdeio/tdefile/kurlcombobox.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tdeio/tdefile/kurlcombobox.h b/tdeio/tdefile/kurlcombobox.h index a1fd9182d..791d96a8e 100644 --- a/tdeio/tdefile/kurlcombobox.h +++ b/tdeio/tdefile/kurlcombobox.h @@ -40,7 +40,7 @@ */ class TDEIO_EXPORT KURLComboBox : public KComboBox { - Q_OBJECT + TQ_OBJECT TQ_PROPERTY(TQStringList urls READ urls WRITE setURLs DESIGNABLE true) TQ_PROPERTY(int maxItems READ maxItems WRITE setMaxItems DESIGNABLE true) |