summaryrefslogtreecommitdiffstats
path: root/kbruch
diff options
context:
space:
mode:
Diffstat (limited to 'kbruch')
-rw-r--r--kbruch/src/exercisecompare.h8
-rw-r--r--kbruch/src/exerciseconvert.h14
-rw-r--r--kbruch/src/exercisefactorize.h14
-rw-r--r--kbruch/src/mainqtwidget.h2
-rw-r--r--kbruch/src/rationalwidget.h2
-rw-r--r--kbruch/src/statisticsview.h10
-rw-r--r--kbruch/src/taskview.h16
7 files changed, 33 insertions, 33 deletions
diff --git a/kbruch/src/exercisecompare.h b/kbruch/src/exercisecompare.h
index 67d16c61..6ae8a4e5 100644
--- a/kbruch/src/exercisecompare.h
+++ b/kbruch/src/exercisecompare.h
@@ -28,10 +28,10 @@
#include "ratio.h"
#include "ratiowidget.h"
-class QGridLayout;
-class QLabel;
-class QPushButton;
-class QVBoxLayout;
+class TQGridLayout;
+class TQLabel;
+class TQPushButton;
+class TQVBoxLayout;
#include <tqwidget.h>
diff --git a/kbruch/src/exerciseconvert.h b/kbruch/src/exerciseconvert.h
index c4b8ff31..fcd733ec 100644
--- a/kbruch/src/exerciseconvert.h
+++ b/kbruch/src/exerciseconvert.h
@@ -28,13 +28,13 @@
class RationalWidget;
class ResultWidget;
-class QFrame;
-class QGridLayout;
-class QLabel;
-class QLineEdit;
-class QPushButton;
-class QString;
-class QVBoxLayout;
+class TQFrame;
+class TQGridLayout;
+class TQLabel;
+class TQLineEdit;
+class TQPushButton;
+class TQString;
+class TQVBoxLayout;
/*! Construct the exercise widget to convert rational numbers into fractions
*
diff --git a/kbruch/src/exercisefactorize.h b/kbruch/src/exercisefactorize.h
index a3460c16..41a89066 100644
--- a/kbruch/src/exercisefactorize.h
+++ b/kbruch/src/exercisefactorize.h
@@ -34,13 +34,13 @@
class ResultWidget;
class FactorizedWidget;
-class QVBoxLayout;
-class QHBoxLayout;
-class QGridLayout;
-class QSpacerItem;
-class QLabel;
-class QLineEdit;
-class QPushButton;
+class TQVBoxLayout;
+class TQHBoxLayout;
+class TQGridLayout;
+class TQSpacerItem;
+class TQLabel;
+class TQLineEdit;
+class TQPushButton;
// a list containing uints
typedef TQValueList<uint> uintList;
diff --git a/kbruch/src/mainqtwidget.h b/kbruch/src/mainqtwidget.h
index bed32617..2ecb96f4 100644
--- a/kbruch/src/mainqtwidget.h
+++ b/kbruch/src/mainqtwidget.h
@@ -23,7 +23,7 @@
class KJanusWidget;
class KWidgetAction;
-class QLabel;
+class TQLabel;
class ExerciseCompare;
class ExerciseConvert;
diff --git a/kbruch/src/rationalwidget.h b/kbruch/src/rationalwidget.h
index f75b6ddb..f03598ba 100644
--- a/kbruch/src/rationalwidget.h
+++ b/kbruch/src/rationalwidget.h
@@ -26,7 +26,7 @@
#include "fractionbasewidget.h"
-class QString;
+class TQString;
/*! class to paint a rational number
*
diff --git a/kbruch/src/statisticsview.h b/kbruch/src/statisticsview.h
index 6cbdf466..b7948761 100644
--- a/kbruch/src/statisticsview.h
+++ b/kbruch/src/statisticsview.h
@@ -18,11 +18,11 @@
#ifndef STATISTICSVIEW_H
#define STATISTICSVIEW_H
-class QLabel;
-class QPushButton;
-class QVBoxLayout;
-class QHBoxLayout;
-class QGridLayout;
+class TQLabel;
+class TQPushButton;
+class TQVBoxLayout;
+class TQHBoxLayout;
+class TQGridLayout;
#include <tqwidget.h>
diff --git a/kbruch/src/taskview.h b/kbruch/src/taskview.h
index f629fac8..961adce2 100644
--- a/kbruch/src/taskview.h
+++ b/kbruch/src/taskview.h
@@ -33,14 +33,14 @@
#include <tqwidget.h>
-class QVBoxLayout;
-class QHBoxLayout;
-class QGridLayout;
-class QSpacerItem;
-class QLabel;
-class QPushButton;
-class QLineEdit;
-class QFrame;
+class TQVBoxLayout;
+class TQHBoxLayout;
+class TQGridLayout;
+class TQSpacerItem;
+class TQLabel;
+class TQPushButton;
+class TQLineEdit;
+class TQFrame;
/*! Constructs a TQWidget, which shows the task to the user.
* The class also provides input fields, so that the user can enter the result.