diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-08-02 19:20:32 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-08-02 19:20:32 +0000 |
commit | e140fe793e447985ac06d109a8548ab62ea99d6e (patch) | |
tree | 0b50d2253a0c85238cc4dcba5c4f949de3f0eb15 /ktouch/src/ktouchstatisticsdata.h | |
parent | 0a6e0958c03e41c87b15557b6f407874f20c2f8d (diff) | |
download | tdeedu-e140fe793e447985ac06d109a8548ab62ea99d6e.tar.gz tdeedu-e140fe793e447985ac06d109a8548ab62ea99d6e.zip |
TQt conversion fixes
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdeedu@1158428 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'ktouch/src/ktouchstatisticsdata.h')
-rw-r--r-- | ktouch/src/ktouchstatisticsdata.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ktouch/src/ktouchstatisticsdata.h b/ktouch/src/ktouchstatisticsdata.h index c7655aca..15ab2f82 100644 --- a/ktouch/src/ktouchstatisticsdata.h +++ b/ktouch/src/ktouchstatisticsdata.h @@ -27,7 +27,7 @@ #include <set> // I'm using std::set here because QT is missing this container type -class QWidget; +class TQWidget; // This file contains all class declarations dealing with the statistics obtained in KTouch. |