summaryrefslogtreecommitdiffstats
path: root/languages/cpp/cppsupport_events.h
diff options
context:
space:
mode:
Diffstat (limited to 'languages/cpp/cppsupport_events.h')
-rw-r--r--languages/cpp/cppsupport_events.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/languages/cpp/cppsupport_events.h b/languages/cpp/cppsupport_events.h
index 2dbac39a..b40fc0ec 100644
--- a/languages/cpp/cppsupport_events.h
+++ b/languages/cpp/cppsupport_events.h
@@ -17,11 +17,7 @@
#include <tqevent.h>
#include <tqvaluelist.h>
-#if QT_VERSION < 0x030100
-#include <kdevmutex.h>
-#else
#include <tqmutex.h>
-#endif
enum
{
@@ -29,7 +25,7 @@ enum
};
-class FileParsedEvent: public QCustomEvent
+class FileParsedEvent: public TQCustomEvent
{
public:
FileParsedEvent( const TQString& fileName, const TQValueList<Problem>& problems, bool fromDisk = false )