summaryrefslogtreecommitdiffstats
path: root/languages/php/phpsupport_event.h
diff options
context:
space:
mode:
Diffstat (limited to 'languages/php/phpsupport_event.h')
-rw-r--r--languages/php/phpsupport_event.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/languages/php/phpsupport_event.h b/languages/php/phpsupport_event.h
index 09c5f49e..28713efb 100644
--- a/languages/php/phpsupport_event.h
+++ b/languages/php/phpsupport_event.h
@@ -23,11 +23,7 @@
#include <tqevent.h>
#include <tqvaluelist.h>
-#if QT_VERSION < 0x030100
-#include <kdevmutex.h>
-#else
#include <tqmutex.h>
-#endif
enum
{
@@ -46,7 +42,7 @@ enum
Event_AddFixme
};
-class FileParseEvent: public QCustomEvent
+class FileParseEvent: public TQCustomEvent
{
public:
FileParseEvent(long event, const TQString& fileName )