From d6f8bbb45b267065a6907e71ff9c98bb6d161241 Mon Sep 17 00:00:00 2001 From: tpearson Date: Sat, 31 Jul 2010 19:56:07 +0000 Subject: Trinity Qt initial conversion git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdevelop@1157658 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- languages/php/phpparser.h | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) (limited to 'languages/php/phpparser.h') diff --git a/languages/php/phpparser.h b/languages/php/phpparser.h index c5d7e378..24687ea3 100644 --- a/languages/php/phpparser.h +++ b/languages/php/phpparser.h @@ -19,19 +19,19 @@ #ifndef PHPPARSER_H #define PHPPARSER_H -#include +#include #if QT_VERSION < 0x030100 #include #else -#include +#include #endif #include -#include -#include -#include +#include +#include +#include #include "phpfile.h" @@ -42,16 +42,16 @@ class PHPSupportPart; *@author Sandy Meier */ -class PHPParser: public QThread { +class PHPParser: public TQThread { public: PHPParser(PHPSupportPart *part); ~PHPParser(); - void addFile( const QString& fileName ); - bool hasFile( const QString& fileName ); - void reparseFile( const QString& fileName ); - void removeFile( const QString& fileName ); + void addFile( const TQString& fileName ); + bool hasFile( const TQString& fileName ); + void reparseFile( const TQString& fileName ); + void removeFile( const TQString& fileName ); void removeAllFiles(); void run(); @@ -63,10 +63,10 @@ private: KDevCore* m_core; PHPSupportPart* m_part; - QMutex m_mutex; - QWaitCondition m_canParse; + TQMutex m_mutex; + TQWaitCondition m_canParse; bool m_close; - QMap m_files; + TQMap m_files; }; -- cgit v1.2.1