From 42ca287b531e190dcee0f080f16c420874054129 Mon Sep 17 00:00:00 2001 From: tpearson Date: Mon, 2 Aug 2010 19:21:06 +0000 Subject: TQt conversion fixes git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdegames@1158436 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kolf/editor.h | 4 ++-- kolf/game.h | 14 +++++++------- kolf/kcomboboxdialog.h | 2 +- kolf/kolf.h | 8 ++++---- kolf/newgame.h | 10 +++++----- kolf/printdialogpage.h | 4 ++-- kolf/scoreboard.h | 4 ++-- 7 files changed, 23 insertions(+), 23 deletions(-) (limited to 'kolf') 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 -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 #include -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 #include -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 -class QWidget; -class QHeader; +class TQWidget; +class TQHeader; class ScoreBoard : public QTable { -- cgit v1.2.1