diff options
Diffstat (limited to 'languages/php')
-rw-r--r-- | languages/php/phperrorview.h | 8 | ||||
-rw-r--r-- | languages/php/phpsupportpart.h | 2 |
2 files changed, 5 insertions, 5 deletions
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 <ktexteditor/editinterface.h> -class QStringList; +class TQStringList; class PHPHTMLView; class KShellProcess; class KProcess; |