summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/README2
-rw-r--r--src/bookreader.cpp8
-rw-r--r--src/settings.kcfgc2
3 files changed, 6 insertions, 6 deletions
diff --git a/src/README b/src/README
index f7d3506..39de8b2 100644
--- a/src/README
+++ b/src/README
@@ -46,7 +46,7 @@ http://developer.kde.org/documentation/tutorials/xmlui/preface.html
them more maintainable.
For more details, consult :
-http://developer.kde.org/documentation/tutorials/kconfigxt/kconfigxt.html
+http://developer.kde.org/documentation/tutorials/tdeconfigxt/tdeconfigxt.html
* With KParts, you can embed other kde components in your program, or make your program
embeddable in other apps. For example, the kmplayer kpart can be called to play videos
diff --git a/src/bookreader.cpp b/src/bookreader.cpp
index 55c2f10..3920ef4 100644
--- a/src/bookreader.cpp
+++ b/src/bookreader.cpp
@@ -20,12 +20,12 @@
#include <kaccel.h>
#include <kaction.h>
#include <kcharsets.h>
-#include <kconfig.h>
-#include <kconfigdialog.h>
+#include <tdeconfig.h>
+#include <tdeconfigdialog.h>
#include <kdebug.h>
#include <tdeversion.h>
#include <kencodingfiledialog.h>
-#include <kfiledialog.h>
+#include <tdefiledialog.h>
#include <kglobal.h>
#include <kinputdialog.h>
#include <kiconloader.h>
@@ -41,7 +41,7 @@
#include <kurl.h>
#include <kurldrag.h>
#include <kurlrequesterdlg.h>
-#include <kio/netaccess.h>
+#include <tdeio/netaccess.h>
#include <tqdragobject.h>
#include <tqpainter.h>
#include <tqpaintdevicemetrics.h>
diff --git a/src/settings.kcfgc b/src/settings.kcfgc
index 2f6554f..4043e55 100644
--- a/src/settings.kcfgc
+++ b/src/settings.kcfgc
@@ -1,4 +1,4 @@
-# Code generation options for kconfig_compiler
+# Code generation options for tdeconfig_compiler
File=bookreader.kcfg
ClassName=Settings
Singleton=true