summaryrefslogtreecommitdiffstats
path: root/extra/kde350
diff options
context:
space:
mode:
Diffstat (limited to 'extra/kde350')
-rw-r--r--extra/kde350/configwidget.h2
-rw-r--r--extra/kde350/konsole_part.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/extra/kde350/configwidget.h b/extra/kde350/configwidget.h
index 30ebf2a..a5b1143 100644
--- a/extra/kde350/configwidget.h
+++ b/extra/kde350/configwidget.h
@@ -24,7 +24,7 @@
#include "resource.h"
-#include <kconfig.h>
+#include <tdeconfig.h>
#include <tqwidget.h>
diff --git a/extra/kde350/konsole_part.h b/extra/kde350/konsole_part.h
index a50b5af..6472231 100644
--- a/extra/kde350/konsole_part.h
+++ b/extra/kde350/konsole_part.h
@@ -170,7 +170,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
bool b_framevis:1;