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 3d47d5c6..adedd17c 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 <tqtextstream.h> +#include <textstream.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 - * tqalignment purposes. + * alignment purposes. */ MAX_OPTION_LENGTH = 23 }; |