diff options
Diffstat (limited to 'languages/pascal/PascalLexer.hpp')
-rw-r--r-- | languages/pascal/PascalLexer.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/languages/pascal/PascalLexer.hpp b/languages/pascal/PascalLexer.hpp index f63ac84d..99a14959 100644 --- a/languages/pascal/PascalLexer.hpp +++ b/languages/pascal/PascalLexer.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)\ |