From e140fe793e447985ac06d109a8548ab62ea99d6e Mon Sep 17 00:00:00 2001 From: tpearson Date: Mon, 2 Aug 2010 19:20:32 +0000 Subject: TQt conversion fixes git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdeedu@1158428 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- ktouch/src/ktouch.h | 2 +- ktouch/src/ktouchcolorscheme.h | 6 +++--- ktouch/src/ktouchlecture.h | 4 ++-- ktouch/src/ktouchleveldata.h | 4 ++-- ktouch/src/ktouchslideline.h | 4 ++-- ktouch/src/ktouchstatistics.h | 2 +- ktouch/src/ktouchstatisticsdata.h | 2 +- ktouch/src/ktouchtrainer.h | 2 +- 8 files changed, 13 insertions(+), 13 deletions(-) (limited to 'ktouch') diff --git a/ktouch/src/ktouch.h b/ktouch/src/ktouch.h index 6bbe4325..ba5f8e56 100644 --- a/ktouch/src/ktouch.h +++ b/ktouch/src/ktouch.h @@ -25,7 +25,7 @@ #include #include -class QLabel; +class TQLabel; class KToggleAction; class KActionMenu; class KSelectAction; diff --git a/ktouch/src/ktouchcolorscheme.h b/ktouch/src/ktouchcolorscheme.h index 471dbe55..78d6b210 100644 --- a/ktouch/src/ktouchcolorscheme.h +++ b/ktouch/src/ktouchcolorscheme.h @@ -21,9 +21,9 @@ #include -class QDomDocument; -class QDomElement; -class QDomNode; +class TQDomDocument; +class TQDomElement; +class TQDomNode; /// Contains all colours of the colour scheme. /// diff --git a/ktouch/src/ktouchlecture.h b/ktouch/src/ktouchlecture.h index 3eb6ba54..9cc4cc6e 100644 --- a/ktouch/src/ktouchlecture.h +++ b/ktouch/src/ktouchlecture.h @@ -17,8 +17,8 @@ #include #endif -class QWidget; -class QDomDocument; +class TQWidget; +class TQDomDocument; class KURL; #include diff --git a/ktouch/src/ktouchleveldata.h b/ktouch/src/ktouchleveldata.h index e7e0f5e1..a84743c2 100644 --- a/ktouch/src/ktouchleveldata.h +++ b/ktouch/src/ktouchleveldata.h @@ -22,8 +22,8 @@ #include #include -class QDomDocument; -class QDomElement; +class TQDomDocument; +class TQDomElement; /// This class contains the data of one level in a lecture and provides /// access to the lines of that level. diff --git a/ktouch/src/ktouchslideline.h b/ktouch/src/ktouchslideline.h index a745119d..b1466b7e 100644 --- a/ktouch/src/ktouchslideline.h +++ b/ktouch/src/ktouchslideline.h @@ -19,8 +19,8 @@ #include #include -class QPixmap; -class QPainter; +class TQPixmap; +class TQPainter; /// This widget just displays the sliding text. /// diff --git a/ktouch/src/ktouchstatistics.h b/ktouch/src/ktouchstatistics.h index 8fa75c96..98983168 100644 --- a/ktouch/src/ktouchstatistics.h +++ b/ktouch/src/ktouchstatistics.h @@ -20,7 +20,7 @@ #include "ktouchstatistics_dlg.h" #include "ktouchstatisticsdata.h" -class QShowEvent; +class TQShowEvent; class KTouch; class KURL; 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 // 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. diff --git a/ktouch/src/ktouchtrainer.h b/ktouch/src/ktouchtrainer.h index f4b7fb11..f625d67b 100644 --- a/ktouch/src/ktouchtrainer.h +++ b/ktouch/src/ktouchtrainer.h @@ -21,7 +21,7 @@ #include "ktouchstatisticsdata.h" -class QTimer; +class TQTimer; class KTouchStatus; class KTouchSlideLine; -- cgit v1.2.1