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 --- kpoker/kpoker.h | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'kpoker/kpoker.h') diff --git a/kpoker/kpoker.h b/kpoker/kpoker.h index cd0bd42a..bb33773d 100644 --- a/kpoker/kpoker.h +++ b/kpoker/kpoker.h @@ -31,14 +31,14 @@ // QT classes -class QPushButton; -class QLineEdit; -class QLabel; -class QFrame; -class QLineEdit; -class QFrame; -class QHBoxLayout; -class QVBoxLayout; +class TQPushButton; +class TQLineEdit; +class TQLabel; +class TQFrame; +class TQLineEdit; +class TQFrame; +class TQHBoxLayout; +class TQVBoxLayout; // KDE classes class KConfig; -- cgit v1.2.1