diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-08-02 19:21:06 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-08-02 19:21:06 +0000 |
commit | 42ca287b531e190dcee0f080f16c420874054129 (patch) | |
tree | 7ce730aa7fe29311d16654eb7c59457b05e03642 /kolf | |
parent | 576eb4299a00bc053db35414406f46372a0f70f2 (diff) | |
download | tdegames-42ca287b531e190dcee0f080f16c420874054129.tar.gz tdegames-42ca287b531e190dcee0f080f16c420874054129.zip |
TQt conversion fixes
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdegames@1158436 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kolf')
-rw-r--r-- | kolf/editor.h | 4 | ||||
-rw-r--r-- | kolf/game.h | 14 | ||||
-rw-r--r-- | kolf/kcomboboxdialog.h | 2 | ||||
-rw-r--r-- | kolf/kolf.h | 8 | ||||
-rw-r--r-- | kolf/newgame.h | 10 | ||||
-rw-r--r-- | kolf/printdialogpage.h | 4 | ||||
-rw-r--r-- | kolf/scoreboard.h | 4 |
7 files changed, 23 insertions, 23 deletions
diff --git a/kolf/editor.h b/kolf/editor.h index cfe998e6..1280772f 100644 --- a/kolf/editor.h +++ b/kolf/editor.h @@ -6,8 +6,8 @@ #include "game.h" class KListBox; -class QHBoxLayout; -class QListBoxItem; +class TQHBoxLayout; +class TQListBoxItem; class Config; class Editor : public QWidget diff --git a/kolf/game.h b/kolf/game.h index 71698e34..f3dfea35 100644 --- a/kolf/game.h +++ b/kolf/game.h @@ -31,13 +31,13 @@ #include "rtti.h" #include <kdemacros.h> -class QLabel; -class QSlider; -class QCheckBox; -class QTimer; -class QKeyEvent; -class QMouseEvent; -class QPainter; +class TQLabel; +class TQSlider; +class TQCheckBox; +class TQTimer; +class TQKeyEvent; +class TQMouseEvent; +class TQPainter; class KConfig; class KPrinter; class KolfGame; diff --git a/kolf/kcomboboxdialog.h b/kolf/kcomboboxdialog.h index fdd74840..28f3721f 100644 --- a/kolf/kcomboboxdialog.h +++ b/kolf/kcomboboxdialog.h @@ -30,7 +30,7 @@ #include <kdialogbase.h> #include <kglobal.h> -class QCheckBox; +class TQCheckBox; class KHistoryCombo; /** diff --git a/kolf/kolf.h b/kolf/kolf.h index 035448ab..b57b2774 100644 --- a/kolf/kolf.h +++ b/kolf/kolf.h @@ -16,12 +16,12 @@ class KolfGame; class KToggleAction; class KListAction; class KAction; -class QGridLayout; +class TQGridLayout; class ScoreBoard; -class QCloseEvent; -class QEvent; +class TQCloseEvent; +class TQEvent; class Player; -class QWidget; +class TQWidget; class Editor; class KDE_EXPORT Kolf : public KMainWindow diff --git a/kolf/newgame.h b/kolf/newgame.h index 3259846f..c4e228a4 100644 --- a/kolf/newgame.h +++ b/kolf/newgame.h @@ -17,12 +17,12 @@ #include "game.h" class KLineEdit; -class QFrame; -class QVBoxLayout; -class QVBox; -class QPainter; +class TQFrame; +class TQVBoxLayout; +class TQVBox; +class TQPainter; class KListBox; -class QEvent; +class TQEvent; class PlayerEditor : public QWidget { diff --git a/kolf/printdialogpage.h b/kolf/printdialogpage.h index 4376055c..76b7c43a 100644 --- a/kolf/printdialogpage.h +++ b/kolf/printdialogpage.h @@ -5,8 +5,8 @@ #include <tqmap.h> #include <tqstring.h> -class QCheckBox; -class QWidget; +class TQCheckBox; +class TQWidget; class PrintDialogPage : public KPrintDialogPage { diff --git a/kolf/scoreboard.h b/kolf/scoreboard.h index 618069dd..b9caf652 100644 --- a/kolf/scoreboard.h +++ b/kolf/scoreboard.h @@ -3,8 +3,8 @@ #include <tqtable.h> -class QWidget; -class QHeader; +class TQWidget; +class TQHeader; class ScoreBoard : public QTable { |