diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-08-02 19:25:03 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-08-02 19:25:03 +0000 |
commit | 636eef5bea9dd243a08d77c9c537fb36ee30f838 (patch) | |
tree | 633371d5444df2ff94709d964e9055daea7c2bcc /noatun/library/effectview.h | |
parent | e654398e46e37abf457b2b1122ab898d2c51c49f (diff) | |
download | tdemultimedia-636eef5bea9dd243a08d77c9c537fb36ee30f838.tar.gz tdemultimedia-636eef5bea9dd243a08d77c9c537fb36ee30f838.zip |
TQt conversion fixes
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdemultimedia@1158448 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'noatun/library/effectview.h')
-rw-r--r-- | noatun/library/effectview.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/noatun/library/effectview.h b/noatun/library/effectview.h index 2a6e3ce6..28b26c9f 100644 --- a/noatun/library/effectview.h +++ b/noatun/library/effectview.h @@ -31,7 +31,7 @@ class EffectList; class Effect; class KComboBox; -class QToolButton; +class TQToolButton; class EffectView : public KDialogBase { |