summaryrefslogtreecommitdiffstats
path: root/ktouch
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-08-02 19:20:32 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-08-02 19:20:32 +0000
commite140fe793e447985ac06d109a8548ab62ea99d6e (patch)
tree0b50d2253a0c85238cc4dcba5c4f949de3f0eb15 /ktouch
parent0a6e0958c03e41c87b15557b6f407874f20c2f8d (diff)
downloadtdeedu-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')
-rw-r--r--ktouch/src/ktouch.h2
-rw-r--r--ktouch/src/ktouchcolorscheme.h6
-rw-r--r--ktouch/src/ktouchlecture.h4
-rw-r--r--ktouch/src/ktouchleveldata.h4
-rw-r--r--ktouch/src/ktouchslideline.h4
-rw-r--r--ktouch/src/ktouchstatistics.h2
-rw-r--r--ktouch/src/ktouchstatisticsdata.h2
-rw-r--r--ktouch/src/ktouchtrainer.h2
8 files changed, 13 insertions, 13 deletions
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 <kapplication.h>
#include <kurl.h>
-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 <kurl.h>
-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 <config.h>
#endif
-class QWidget;
-class QDomDocument;
+class TQWidget;
+class TQDomDocument;
class KURL;
#include <tqvaluevector.h>
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 <tqvaluevector.h>
#include <tqdom.h>
-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 <tqwidget.h>
#include <tqtimer.h>
-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 <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.
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;