summaryrefslogtreecommitdiffstats
path: root/kpercentage
diff options
context:
space:
mode:
Diffstat (limited to 'kpercentage')
-rw-r--r--kpercentage/kpercentage/kanimation.h2
-rw-r--r--kpercentage/kpercentage/kanswer.h12
-rw-r--r--kpercentage/kpercentage/kpercentmain.h14
-rw-r--r--kpercentage/kpercentage/ksplashscreen.h2
4 files changed, 15 insertions, 15 deletions
diff --git a/kpercentage/kpercentage/kanimation.h b/kpercentage/kpercentage/kanimation.h
index 2f5b0462..e4231f2a 100644
--- a/kpercentage/kpercentage/kanimation.h
+++ b/kpercentage/kpercentage/kanimation.h
@@ -4,7 +4,7 @@
#include <tqcanvas.h>
#include <tqdict.h>
-class QString;
+class TQString;
/**
* This class contains information about one frame.
diff --git a/kpercentage/kpercentage/kanswer.h b/kpercentage/kpercentage/kanswer.h
index 5d603e41..9548e990 100644
--- a/kpercentage/kpercentage/kanswer.h
+++ b/kpercentage/kpercentage/kanswer.h
@@ -27,12 +27,12 @@
// KDE includes
#include <kdialog.h>
-class QCanvas;
-class QCanvasPixmapArray;
-class QCanvasSprite;
-class QCanvasView;
-class QHBoxLayout;
-class QLabel;
+class TQCanvas;
+class TQCanvasPixmapArray;
+class TQCanvasSprite;
+class TQCanvasView;
+class TQHBoxLayout;
+class TQLabel;
class KAnimation;
diff --git a/kpercentage/kpercentage/kpercentmain.h b/kpercentage/kpercentage/kpercentmain.h
index 845e8289..51004dc5 100644
--- a/kpercentage/kpercentage/kpercentmain.h
+++ b/kpercentage/kpercentage/kpercentmain.h
@@ -29,13 +29,13 @@
// local includes
#include "kanswer.h"
-class QGridLayout;
-class QHBoxLayout;
-class QLabel;
-class QLineEdit;
-class QProgressBar;
-class QPushButton;
-class QVBoxLayout;
+class TQGridLayout;
+class TQHBoxLayout;
+class TQLabel;
+class TQLineEdit;
+class TQProgressBar;
+class TQPushButton;
+class TQVBoxLayout;
/**
* Dialog for the exercises
diff --git a/kpercentage/kpercentage/ksplashscreen.h b/kpercentage/kpercentage/ksplashscreen.h
index 3c051242..a9ffe655 100644
--- a/kpercentage/kpercentage/ksplashscreen.h
+++ b/kpercentage/kpercentage/ksplashscreen.h
@@ -24,7 +24,7 @@
// KDE includes
-class QWidget;
+class TQWidget;
class KPercentage;
/**