diff options
Diffstat (limited to 'libkonq')
| -rw-r--r-- | libkonq/knewmenu.cpp | 2 | ||||
| -rw-r--r-- | libkonq/konq_propsview.cpp | 2 | ||||
| -rw-r--r-- | libkonq/konq_propsview.h | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/libkonq/knewmenu.cpp b/libkonq/knewmenu.cpp index 4dc1070cb..47e2d7e5a 100644 --- a/libkonq/knewmenu.cpp +++ b/libkonq/knewmenu.cpp @@ -22,7 +22,7 @@ #include <kdebug.h> #include <kdesktopfile.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 f72aee191..5c3133e4a 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 <ksimpleconfig.h> diff --git a/libkonq/konq_propsview.h b/libkonq/konq_propsview.h index 48b2b7e4f..7942dc21c 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. * |
