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/kcombobox.h | |
parent | 481457e5859adea2b83aba47b6d5d724b4c7bf24 (diff) | |
download | tdelibs-fe43761567120b0bda4e0aed56b7c1e56bdd93c5.tar.gz tdelibs-fe43761567120b0bda4e0aed56b7c1e56bdd93c5.zip |
Update TQt3 property/enum macros
Diffstat (limited to 'tdeui/kcombobox.h')
-rw-r--r-- | tdeui/kcombobox.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/tdeui/kcombobox.h b/tdeui/kcombobox.h index 93ae6535e..de3b07aab 100644 --- a/tdeui/kcombobox.h +++ b/tdeui/kcombobox.h @@ -151,10 +151,10 @@ class KURL; class TDEUI_EXPORT KComboBox : public TQComboBox, public KCompletionBase { Q_OBJECT - Q_PROPERTY( bool autoCompletion READ autoCompletion WRITE setAutoCompletion ) - Q_PROPERTY( bool contextMenuEnabled READ isContextMenuEnabled WRITE setContextMenuEnabled ) - Q_PROPERTY( bool urlDropsEnabled READ isURLDropsEnabled WRITE setURLDropsEnabled ) - Q_PROPERTY( bool trapReturnKey READ trapReturnKey WRITE setTrapReturnKey ) + TQ_PROPERTY( bool autoCompletion READ autoCompletion WRITE setAutoCompletion ) + TQ_PROPERTY( bool contextMenuEnabled READ isContextMenuEnabled WRITE setContextMenuEnabled ) + TQ_PROPERTY( bool urlDropsEnabled READ isURLDropsEnabled WRITE setURLDropsEnabled ) + TQ_PROPERTY( bool trapReturnKey READ trapReturnKey WRITE setTrapReturnKey ) public: @@ -540,7 +540,7 @@ class KPixmapProvider; class TDEUI_EXPORT KHistoryCombo : public KComboBox { Q_OBJECT - Q_PROPERTY( TQStringList historyItems READ historyItems WRITE setHistoryItems ) + TQ_PROPERTY( TQStringList historyItems READ historyItems WRITE setHistoryItems ) public: /** |