diff options
Diffstat (limited to 'extra/kde331')
-rw-r--r-- | extra/kde331/configwidget.h | 2 | ||||
-rw-r--r-- | extra/kde331/konsole_part.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/extra/kde331/configwidget.h b/extra/kde331/configwidget.h index 3c2052c..ec3a9a4 100644 --- a/extra/kde331/configwidget.h +++ b/extra/kde331/configwidget.h @@ -24,7 +24,7 @@ #include "resource.h" -#include <kconfig.h> +#include <tdeconfig.h> #include <tqwidget.h> diff --git a/extra/kde331/konsole_part.h b/extra/kde331/konsole_part.h index 88da3f9..76f7880 100644 --- a/extra/kde331/konsole_part.h +++ b/extra/kde331/konsole_part.h @@ -161,7 +161,7 @@ signals: TQString pmPath; // pixmap path TQString s_schema; - TQString s_kconfigSchema; + TQString s_tdeconfigSchema; TQString s_word_seps; // characters that are considered part of a word TQString fontNotFound_par; |