summaryrefslogtreecommitdiffstats
path: root/languages/pascal/pascalsupport_part.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2020-12-17 20:50:19 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2020-12-17 23:50:37 +0900
commit3e3d9eda9d1dd8c67c1c27c6a9bdc68bdecfcc30 (patch)
tree6af0b8ba2786060423ba143e894bf9529d351f8d /languages/pascal/pascalsupport_part.cpp
parentf08b30edb9f422128083050320681b6bacd06d1d (diff)
downloadtdevelop-3e3d9eda9d1dd8c67c1c27c6a9bdc68bdecfcc30.tar.gz
tdevelop-3e3d9eda9d1dd8c67c1c27c6a9bdc68bdecfcc30.zip
Renaming of files in preparation for code style tools.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
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;