From 157db246622e300d8cfb4684c197ed873523e3e2 Mon Sep 17 00:00:00 2001 From: tpearson Date: Mon, 2 Aug 2010 19:29:47 +0000 Subject: TQt conversion fixes git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdevelop@1158455 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- parts/replace/replace_widget.h | 6 +++--- parts/replace/replacedlgimpl.h | 2 +- parts/replace/replaceview.h | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) (limited to 'parts/replace') diff --git a/parts/replace/replace_widget.h b/parts/replace/replace_widget.h index bbadce37..771643db 100644 --- a/parts/replace/replace_widget.h +++ b/parts/replace/replace_widget.h @@ -17,9 +17,9 @@ #include #include -class QPushButton; -class QListViewItem; -class QDialog; +class TQPushButton; +class TQListViewItem; +class TQDialog; class ReplacePart; class ReplaceDlgImpl; diff --git a/parts/replace/replacedlgimpl.h b/parts/replace/replacedlgimpl.h index d67908ff..5ff94c75 100644 --- a/parts/replace/replacedlgimpl.h +++ b/parts/replace/replacedlgimpl.h @@ -4,7 +4,7 @@ #include "replacedlg.h" -class QDialog; +class TQDialog; class ReplaceDlgImpl : public ReplaceDlg { diff --git a/parts/replace/replaceview.h b/parts/replace/replaceview.h index 31dcc4cd..7031d80d 100644 --- a/parts/replace/replaceview.h +++ b/parts/replace/replaceview.h @@ -17,8 +17,8 @@ #include #include -class QTextStream; -class QWidget; +class TQTextStream; +class TQWidget; class ReplaceItem; class ReplaceView : public KListView -- cgit v1.2.1