summaryrefslogtreecommitdiffstats
path: root/tdeui/kcombobox.h
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-10-20 20:30:14 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-10-20 20:30:14 -0500
commitfe43761567120b0bda4e0aed56b7c1e56bdd93c5 (patch)
treefb23cd5905748c6e495f65a689cdd446fa3e4cae /tdeui/kcombobox.h
parent481457e5859adea2b83aba47b6d5d724b4c7bf24 (diff)
downloadtdelibs-fe43761567120b0bda4e0aed56b7c1e56bdd93c5.tar.gz
tdelibs-fe43761567120b0bda4e0aed56b7c1e56bdd93c5.zip
Update TQt3 property/enum macros
Diffstat (limited to 'tdeui/kcombobox.h')
-rw-r--r--tdeui/kcombobox.h10
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:
/**