summaryrefslogtreecommitdiffstats
path: root/libkonq
diff options
context:
space:
mode:
Diffstat (limited to 'libkonq')
-rw-r--r--libkonq/knewmenu.cpp2
-rw-r--r--libkonq/konq_propsview.cpp2
-rw-r--r--libkonq/konq_propsview.h2
3 files changed, 3 insertions, 3 deletions
diff --git a/libkonq/knewmenu.cpp b/libkonq/knewmenu.cpp
index 146090edf..1051ba7eb 100644
--- a/libkonq/knewmenu.cpp
+++ b/libkonq/knewmenu.cpp
@@ -22,7 +22,7 @@
#include <kdebug.h>
#include <tdedesktopfile.h>
#include <kdirwatch.h>
-#include <kinstance.h>
+#include <tdeinstance.h>
#include <kinputdialog.h>
#include <tdelocale.h>
#include <tdemessagebox.h>
diff --git a/libkonq/konq_propsview.cpp b/libkonq/konq_propsview.cpp
index 2d525c23c..a5acfa1bf 100644
--- a/libkonq/konq_propsview.cpp
+++ b/libkonq/konq_propsview.cpp
@@ -29,7 +29,7 @@
#include <tqfile.h>
#include <iostream>
#include <ktrader.h>
-#include <kinstance.h>
+#include <tdeinstance.h>
#include <assert.h>
#include <tdesimpleconfig.h>
diff --git a/libkonq/konq_propsview.h b/libkonq/konq_propsview.h
index 3f4c1fc41..fff534978 100644
--- a/libkonq/konq_propsview.h
+++ b/libkonq/konq_propsview.h
@@ -36,7 +36,7 @@ class TDEConfig;
* The class KonqPropsView holds the properties for a Konqueror View
*
* Separating them from the view class allows to store the default
- * values (the one read from \<kinstance\>rc) in one instance of this class
+ * values (the one read from \<tdeinstance\>rc) in one instance of this class
* and to have another instance of this class in each view, storing the
* current values of the view.
*