diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-04-06 23:15:36 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-04-06 23:15:36 +0000 |
commit | 36619e34e09a054cbc5c7e757755774cca25e54b (patch) | |
tree | e1fd84c5d11b87089ecb5764f8aa7275fbb65ccb /kdeui | |
parent | 2c11ce11879657392d95e59388ab0aca2bf7b7c6 (diff) | |
download | tdelibs-36619e34e09a054cbc5c7e757755774cca25e54b.tar.gz tdelibs-36619e34e09a054cbc5c7e757755774cca25e54b.zip |
Fix FTBFS
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1227254 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kdeui')
-rw-r--r-- | kdeui/keditlistbox.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kdeui/keditlistbox.h b/kdeui/keditlistbox.h index b322b95a3..3a7fc1980 100644 --- a/kdeui/keditlistbox.h +++ b/kdeui/keditlistbox.h @@ -48,7 +48,7 @@ class KDEUI_EXPORT KEditListBox : public TQGroupBox TQ_SETS( Button ) TQ_PROPERTY( Button buttons READ buttonsProp WRITE setButtonsProp ) - Q_PROPERTY( TQStringList items READ items WRITE setItems ) + TQ_PROPERTY( TQStringList items READ items WRITE setItems ) public: /** |