summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/bookmarksdlg.cpp2
-rw-r--r--src/bookreader.cpp8
-rw-r--r--src/bookwidget.cpp2
-rw-r--r--src/main.cpp2
-rw-r--r--src/theme.cpp2
5 files changed, 8 insertions, 8 deletions
diff --git a/src/bookmarksdlg.cpp b/src/bookmarksdlg.cpp
index 856876b..49b3a8a 100644
--- a/src/bookmarksdlg.cpp
+++ b/src/bookmarksdlg.cpp
@@ -17,7 +17,7 @@
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *
***************************************************************************/
#include <kdialog.h>
-#include <klocale.h>
+#include <tdelocale.h>
#include <tqvariant.h>
#include <tqpushbutton.h>
#include <tqheader.h>
diff --git a/src/bookreader.cpp b/src/bookreader.cpp
index 7168197..885e70f 100644
--- a/src/bookreader.cpp
+++ b/src/bookreader.cpp
@@ -26,12 +26,12 @@
#include <tdeversion.h>
#include <kencodingfiledialog.h>
#include <tdefiledialog.h>
-#include <kglobal.h>
+#include <tdeglobal.h>
#include <kinputdialog.h>
#include <kiconloader.h>
-#include <klocale.h>
-#include <kmenubar.h>
-#include <kmessagebox.h>
+#include <tdelocale.h>
+#include <tdemenubar.h>
+#include <tdemessagebox.h>
#include <kprinter.h>
#include <kstatusbar.h>
#include <ksplashscreen.h>
diff --git a/src/bookwidget.cpp b/src/bookwidget.cpp
index ccbfef1..c645524 100644
--- a/src/bookwidget.cpp
+++ b/src/bookwidget.cpp
@@ -25,7 +25,7 @@
#include <tqtextstream.h>
#include <tqtextcodec.h>
#include <tqstring.h>
-#include <kglobal.h>
+#include <tdeglobal.h>
#include <kstandarddirs.h>
#include "bookwidget.h"
#include "theme.h"
diff --git a/src/main.cpp b/src/main.cpp
index bb08f7d..fadd9a2 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -21,7 +21,7 @@
#include <dcopclient.h>
#include <tdeaboutdata.h>
#include <tdecmdlineargs.h>
-#include <klocale.h>
+#include <tdelocale.h>
#include <ksplashscreen.h>
#include "bookreader.h"
diff --git a/src/theme.cpp b/src/theme.cpp
index 6188720..39fc091 100644
--- a/src/theme.cpp
+++ b/src/theme.cpp
@@ -20,7 +20,7 @@
#include <tqstring.h>
#include <tqpixmap.h>
#include <tqimage.h>
-#include <kglobal.h>
+#include <tdeglobal.h>
#include <kstandarddirs.h>
#include "theme.h"