summaryrefslogtreecommitdiffstats
path: root/languages/pascal/pascalsupport_part.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'languages/pascal/pascalsupport_part.cpp')
-rw-r--r--languages/pascal/pascalsupport_part.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/languages/pascal/pascalsupport_part.cpp b/languages/pascal/pascalsupport_part.cpp
index 69cbebf8..a61ab6a0 100644
--- a/languages/pascal/pascalsupport_part.cpp
+++ b/languages/pascal/pascalsupport_part.cpp
@@ -20,7 +20,7 @@
#include <tdeapplication.h>
#include <kstatusbar.h>
-#include <antlr/ASTFactory.hpp>
+#include <antlr/ASTFactory.h>
#include "catalog.h"
#include <kdevcore.h>
@@ -31,9 +31,9 @@
#include "pascalsupport_part.h"
#include "problemreporter.h"
-#include "PascalLexer.hpp"
-#include "PascalParser.hpp"
-#include "PascalStoreWalker.hpp"
+#include "PascalLexer.h"
+#include "PascalParser.h"
+#include "PascalStoreWalker.h"
struct PascalSupportPartData{
ProblemReporter* problemReporter;