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 /kbruch | |
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 'kbruch')
-rw-r--r-- | kbruch/src/exercisecompare.h | 8 | ||||
-rw-r--r-- | kbruch/src/exerciseconvert.h | 14 | ||||
-rw-r--r-- | kbruch/src/exercisefactorize.h | 14 | ||||
-rw-r--r-- | kbruch/src/mainqtwidget.h | 2 | ||||
-rw-r--r-- | kbruch/src/rationalwidget.h | 2 | ||||
-rw-r--r-- | kbruch/src/statisticsview.h | 10 | ||||
-rw-r--r-- | kbruch/src/taskview.h | 16 |
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. |