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 --- languages/php/phperrorview.h | 8 ++++---- languages/php/phpsupportpart.h | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) (limited to 'languages/php') diff --git a/languages/php/phperrorview.h b/languages/php/phperrorview.h index aaf3f9f3..48dbd846 100644 --- a/languages/php/phperrorview.h +++ b/languages/php/phperrorview.h @@ -26,10 +26,10 @@ #include "phpfile.h" class PHPSupportPart; -class QTimer; -class QTabBar; -class QWidgetStack; -class QGridLayout; +class TQTimer; +class TQTabBar; +class TQWidgetStack; +class TQGridLayout; class KDialogBase; class Problem; class KURL; diff --git a/languages/php/phpsupportpart.h b/languages/php/phpsupportpart.h index 5f7ba13b..9d294642 100644 --- a/languages/php/phpsupportpart.h +++ b/languages/php/phpsupportpart.h @@ -31,7 +31,7 @@ #include -class QStringList; +class TQStringList; class PHPHTMLView; class KShellProcess; class KProcess; -- cgit v1.2.3