diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-08-02 19:12:51 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-08-02 19:12:51 +0000 |
commit | 8f7fea12cf19b06203f5e74aa53822fea0b90bf3 (patch) | |
tree | 8c7b671d950784db9f52b9067409818bfd0fc099 /kmousetool | |
parent | 28bf3cbba4139c8a0f81dc9d1a2f6c4ed724f22c (diff) | |
download | tdeaccessibility-8f7fea12cf19b06203f5e74aa53822fea0b90bf3.tar.gz tdeaccessibility-8f7fea12cf19b06203f5e74aa53822fea0b90bf3.zip |
TQt conversion fixes
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdeaccessibility@1158414 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kmousetool')
-rw-r--r-- | kmousetool/kmousetool/kmousetool.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/kmousetool/kmousetool/kmousetool.h b/kmousetool/kmousetool/kmousetool.h index add8f08..7f6fa0b 100644 --- a/kmousetool/kmousetool/kmousetool.h +++ b/kmousetool/kmousetool/kmousetool.h @@ -36,10 +36,10 @@ #include "mtstroke.h" #include "kmousetoolui.h" -class QLineEdit; -class QLabel; -class QCheckBox; -class QPushButton; +class TQLineEdit; +class TQLabel; +class TQCheckBox; +class TQPushButton; class KAudioPlayer; class KAboutApplication; class KMouseToolTray; |