diff options
Diffstat (limited to 'tools/linguist/shared/proparser.h')
-rw-r--r-- | tools/linguist/shared/proparser.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/linguist/shared/proparser.h b/tools/linguist/shared/proparser.h index a18ccac8e..98692f90c 100644 --- a/tools/linguist/shared/proparser.h +++ b/tools/linguist/shared/proparser.h @@ -34,7 +34,7 @@ #ifndef PROPARSER_H #define PROPARSER_H -#include <ntqmap.h> +#include <tqmap.h> #include <ntqstring.h> TQMap<TQString, TQString> proFileTagMap( const TQString& text ); |