diff options
Diffstat (limited to 'languages/pascal/PascalParser.hpp')
-rw-r--r-- | languages/pascal/PascalParser.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/languages/pascal/PascalParser.hpp b/languages/pascal/PascalParser.hpp index d37d76c5..dfd4e5f2 100644 --- a/languages/pascal/PascalParser.hpp +++ b/languages/pascal/PascalParser.hpp @@ -6,7 +6,7 @@ #include "problemreporter.h" #include "PascalAST.hpp" - #include <qlistview.h> + #include <tqlistview.h> #include <kdebug.h> #define SET_POSITION(ast,t)\ |