summaryrefslogtreecommitdiffstats
path: root/kiten
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 /kiten
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 'kiten')
-rw-r--r--kiten/kromajiedit.h6
-rw-r--r--kiten/learn.h8
-rw-r--r--kiten/optiondialog.h10
-rw-r--r--kiten/rad.h10
4 files changed, 17 insertions, 17 deletions
diff --git a/kiten/kromajiedit.h b/kiten/kromajiedit.h
index b8cef88c..d3766adb 100644
--- a/kiten/kromajiedit.h
+++ b/kiten/kromajiedit.h
@@ -26,9 +26,9 @@
#include <klineedit.h>
-class QKeyEvent;
-class QWidget;
-class QPopupMenu;
+class TQKeyEvent;
+class TQWidget;
+class TQPopupMenu;
class KRomajiEdit : public KLineEdit
{
diff --git a/kiten/learn.h b/kiten/learn.h
index 340ece01..c3d732db 100644
--- a/kiten/learn.h
+++ b/kiten/learn.h
@@ -30,10 +30,10 @@
class KAction;
class KPushButton;
-class QButtonGroup;
-class QListViewItem;
-class QSplitter;
-class QTabWidget;
+class TQButtonGroup;
+class TQListViewItem;
+class TQSplitter;
+class TQTabWidget;
// Item that sorts all columns numerically
class LearnItem : public QListViewItem
diff --git a/kiten/optiondialog.h b/kiten/optiondialog.h
index fef3948a..03486d38 100644
--- a/kiten/optiondialog.h
+++ b/kiten/optiondialog.h
@@ -23,12 +23,12 @@
#define OPTIONDIALOG_H
class KListView;
-class QString;
+class TQString;
class KFontChooser;
-class QLabel;
-class QPushButton;
-class QComboBox;
-class QCheckBox;
+class TQLabel;
+class TQPushButton;
+class TQComboBox;
+class TQCheckBox;
class DictList;
#include <kconfigdialog.h>
diff --git a/kiten/rad.h b/kiten/rad.h
index 2337d7c2..fd2cca5a 100644
--- a/kiten/rad.h
+++ b/kiten/rad.h
@@ -25,13 +25,13 @@
#include <tqstringlist.h>
class Config;
-class QCheckBox;
-class QLabel;
-class QListBoxItem;
-class QSpinBox;
+class TQCheckBox;
+class TQLabel;
+class TQListBoxItem;
+class TQSpinBox;
class KPushButton;
class KListBox;
-class QButtonGroup;
+class TQButtonGroup;
class KDE_EXPORT Radical
{