diff options
Diffstat (limited to 'parts/doxygen/config.h')
-rw-r--r-- | parts/doxygen/config.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/parts/doxygen/config.h b/parts/doxygen/config.h index adedd17c..3d47d5c6 100644 --- a/parts/doxygen/config.h +++ b/parts/doxygen/config.h @@ -5,7 +5,7 @@ #include <tqfile.h> #include <tqdict.h> #include <tqptrlist.h> -#include <textstream.h> +#include <tqtextstream.h> /*! \brief Abstract base class for any configuration option. * @@ -30,7 +30,7 @@ class ConfigOption enum { /*! Maximum length of an option in the config file. Used for - * alignment purposes. + * tqalignment purposes. */ MAX_OPTION_LENGTH = 23 }; |