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 /kbstateapplet | |
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 'kbstateapplet')
-rw-r--r-- | kbstateapplet/kbstate.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kbstateapplet/kbstate.h b/kbstateapplet/kbstate.h index 5cf74ca..a9b9601 100644 --- a/kbstateapplet/kbstate.h +++ b/kbstateapplet/kbstate.h @@ -29,8 +29,8 @@ extern "C" #include <X11/XKBlib.h> } -class QLabel; -class QGridLayout; +class TQLabel; +class TQGridLayout; class KPopupMenu; class StatusIcon : public TQPushButton { |