From e140fe793e447985ac06d109a8548ab62ea99d6e Mon Sep 17 00:00:00 2001 From: tpearson Date: Mon, 2 Aug 2010 19:20:32 +0000 Subject: TQt conversion fixes git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdeedu@1158428 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kiten/optiondialog.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'kiten/optiondialog.h') 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 -- cgit v1.2.1