From fe43761567120b0bda4e0aed56b7c1e56bdd93c5 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sat, 20 Oct 2012 20:30:14 -0500 Subject: Update TQt3 property/enum macros --- tdeui/kcombobox.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'tdeui/kcombobox.h') 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: /** -- cgit v1.2.1