summaryrefslogtreecommitdiffstats
path: root/src/translators
diff options
context:
space:
mode:
Diffstat (limited to 'src/translators')
-rw-r--r--src/translators/alexandriaexporter.cpp4
-rw-r--r--src/translators/audiofileimporter.cpp2
-rw-r--r--src/translators/bibtexexporter.cpp2
-rw-r--r--src/translators/bibtexhandler.cpp2
-rw-r--r--src/translators/bibtexmlexporter.cpp2
-rw-r--r--src/translators/csvexporter.cpp2
-rw-r--r--src/translators/csvimporter.cpp2
-rw-r--r--src/translators/gcfilmsexporter.cpp2
-rw-r--r--src/translators/griffithimporter.cpp2
-rw-r--r--src/translators/htmlexporter.cpp4
-rw-r--r--src/translators/importer.h2
-rw-r--r--src/translators/onixexporter.cpp2
-rw-r--r--src/translators/pdfimporter.cpp2
-rw-r--r--src/translators/pilotdbexporter.cpp4
-rw-r--r--src/translators/tellicoimporter.cpp2
-rw-r--r--src/translators/tellicoxmlexporter.cpp4
-rw-r--r--src/translators/tellicozipexporter.cpp2
-rw-r--r--src/translators/xmlimporter.cpp2
-rw-r--r--src/translators/xsltexporter.cpp2
-rw-r--r--src/translators/xsltimporter.cpp2
20 files changed, 24 insertions, 24 deletions
diff --git a/src/translators/alexandriaexporter.cpp b/src/translators/alexandriaexporter.cpp
index 6b33aec..de64fbb 100644
--- a/src/translators/alexandriaexporter.cpp
+++ b/src/translators/alexandriaexporter.cpp
@@ -21,8 +21,8 @@
#include "../tellico_debug.h"
#include "../progressmanager.h"
-#include <klocale.h>
-#include <kmessagebox.h>
+#include <tdelocale.h>
+#include <tdemessagebox.h>
#include <tdeapplication.h>
#include <tqdir.h>
diff --git a/src/translators/audiofileimporter.cpp b/src/translators/audiofileimporter.cpp
index 20d0b18..dc376d9 100644
--- a/src/translators/audiofileimporter.cpp
+++ b/src/translators/audiofileimporter.cpp
@@ -34,7 +34,7 @@
#include <taglib/audioproperties.h>
#endif
-#include <klocale.h>
+#include <tdelocale.h>
#include <tdeapplication.h>
#include <tqlabel.h>
diff --git a/src/translators/bibtexexporter.cpp b/src/translators/bibtexexporter.cpp
index 537c702..7667595 100644
--- a/src/translators/bibtexexporter.cpp
+++ b/src/translators/bibtexexporter.cpp
@@ -23,7 +23,7 @@
#include <config.h>
-#include <klocale.h>
+#include <tdelocale.h>
#include <kdebug.h>
#include <tdeconfig.h>
#include <kcombobox.h>
diff --git a/src/translators/bibtexhandler.cpp b/src/translators/bibtexhandler.cpp
index 76a21bf..12636fc 100644
--- a/src/translators/bibtexhandler.cpp
+++ b/src/translators/bibtexhandler.cpp
@@ -24,7 +24,7 @@
#include <kstandarddirs.h>
#include <kurl.h>
#include <kstringhandler.h>
-#include <klocale.h>
+#include <tdelocale.h>
#include <tqstring.h>
#include <tqstringlist.h>
diff --git a/src/translators/bibtexmlexporter.cpp b/src/translators/bibtexmlexporter.cpp
index a9b9592..e23b303 100644
--- a/src/translators/bibtexmlexporter.cpp
+++ b/src/translators/bibtexmlexporter.cpp
@@ -22,7 +22,7 @@
#include "tellico_xml.h"
#include "../stringset.h"
-#include <klocale.h>
+#include <tdelocale.h>
#include <kdebug.h>
#include <tqvbox.h>
diff --git a/src/translators/csvexporter.cpp b/src/translators/csvexporter.cpp
index bea9218..69b8a07 100644
--- a/src/translators/csvexporter.cpp
+++ b/src/translators/csvexporter.cpp
@@ -16,7 +16,7 @@
#include "../collection.h"
#include "../filehandler.h"
-#include <klocale.h>
+#include <tdelocale.h>
#include <kdebug.h>
#include <klineedit.h>
#include <tdeconfig.h>
diff --git a/src/translators/csvimporter.cpp b/src/translators/csvimporter.cpp
index 6ce35fc..8a53ff9 100644
--- a/src/translators/csvimporter.cpp
+++ b/src/translators/csvimporter.cpp
@@ -34,7 +34,7 @@ extern "C" {
#include <tdeapplication.h>
#include <kiconloader.h>
#include <tdeconfig.h>
-#include <kmessagebox.h>
+#include <tdemessagebox.h>
#include <tqgroupbox.h>
#include <tqlayout.h>
diff --git a/src/translators/gcfilmsexporter.cpp b/src/translators/gcfilmsexporter.cpp
index c8c17f7..c608cc7 100644
--- a/src/translators/gcfilmsexporter.cpp
+++ b/src/translators/gcfilmsexporter.cpp
@@ -21,7 +21,7 @@
#include "../tellico_kernel.h"
#include "../imagefactory.h"
-#include <klocale.h>
+#include <tdelocale.h>
#include <tdeio/netaccess.h>
namespace {
diff --git a/src/translators/griffithimporter.cpp b/src/translators/griffithimporter.cpp
index d0bd2f7..7bf3b08 100644
--- a/src/translators/griffithimporter.cpp
+++ b/src/translators/griffithimporter.cpp
@@ -16,7 +16,7 @@
#include "tellicoimporter.h"
#include "../tellico_debug.h"
-#include <kglobal.h>
+#include <tdeglobal.h>
#include <kstandarddirs.h>
#include <kprocess.h>
diff --git a/src/translators/htmlexporter.cpp b/src/translators/htmlexporter.cpp
index 2a3d1f5..e27d6e5 100644
--- a/src/translators/htmlexporter.cpp
+++ b/src/translators/htmlexporter.cpp
@@ -27,10 +27,10 @@
#include <kstandarddirs.h>
#include <tdeconfig.h>
-#include <kglobal.h>
+#include <tdeglobal.h>
#include <tdeio/netaccess.h>
#include <tdeapplication.h>
-#include <klocale.h>
+#include <tdelocale.h>
#include <tqdom.h>
#include <tqgroupbox.h>
diff --git a/src/translators/importer.h b/src/translators/importer.h
index b6db016..f7bc49c 100644
--- a/src/translators/importer.h
+++ b/src/translators/importer.h
@@ -18,7 +18,7 @@ class TQWidget;
#include "../datavectors.h"
-#include <klocale.h>
+#include <tdelocale.h>
#include <kurl.h>
#include <tqobject.h>
diff --git a/src/translators/onixexporter.cpp b/src/translators/onixexporter.cpp
index a8d70ca..86fba49 100644
--- a/src/translators/onixexporter.cpp
+++ b/src/translators/onixexporter.cpp
@@ -27,7 +27,7 @@
#include <tdeapplication.h>
#include <kzip.h>
#include <tdeconfig.h>
-#include <klocale.h>
+#include <tdelocale.h>
#include <tqdom.h>
#include <tqfile.h>
diff --git a/src/translators/pdfimporter.cpp b/src/translators/pdfimporter.cpp
index a258995..e2b4c8e 100644
--- a/src/translators/pdfimporter.cpp
+++ b/src/translators/pdfimporter.cpp
@@ -27,7 +27,7 @@
#include "../tellico_debug.h"
#include <kstandarddirs.h>
-#include <kmessagebox.h>
+#include <tdemessagebox.h>
#include <config.h>
#ifdef HAVE_POPPLER
diff --git a/src/translators/pilotdbexporter.cpp b/src/translators/pilotdbexporter.cpp
index 934f8df..5485edf 100644
--- a/src/translators/pilotdbexporter.cpp
+++ b/src/translators/pilotdbexporter.cpp
@@ -18,10 +18,10 @@
#include "../collection.h"
#include "../filehandler.h"
-#include <klocale.h>
+#include <tdelocale.h>
#include <kdebug.h>
#include <tdeconfig.h>
-#include <kglobal.h>
+#include <tdeglobal.h>
#include <kcharsets.h>
#include <tqlayout.h>
diff --git a/src/translators/tellicoimporter.cpp b/src/translators/tellicoimporter.cpp
index 2a0a050..a8dfb62 100644
--- a/src/translators/tellicoimporter.cpp
+++ b/src/translators/tellicoimporter.cpp
@@ -27,7 +27,7 @@
#include "../tellico_debug.h"
#include "../progressmanager.h"
-#include <klocale.h>
+#include <tdelocale.h>
#include <kmdcodec.h>
#include <kzip.h>
#include <tdeapplication.h>
diff --git a/src/translators/tellicoxmlexporter.cpp b/src/translators/tellicoxmlexporter.cpp
index 59c6dac..cd76b26 100644
--- a/src/translators/tellicoxmlexporter.cpp
+++ b/src/translators/tellicoxmlexporter.cpp
@@ -27,10 +27,10 @@
#include "../document.h" // needed for sorting groups
#include "../translators/bibtexhandler.h" // needed for cleaning text
-#include <klocale.h>
+#include <tdelocale.h>
#include <tdeconfig.h>
#include <kmdcodec.h>
-#include <kglobal.h>
+#include <tdeglobal.h>
#include <kcalendarsystem.h>
#include <tqlayout.h>
diff --git a/src/translators/tellicozipexporter.cpp b/src/translators/tellicozipexporter.cpp
index ec95771..18c7c8e 100644
--- a/src/translators/tellicozipexporter.cpp
+++ b/src/translators/tellicozipexporter.cpp
@@ -21,7 +21,7 @@
#include "../tellico_debug.h"
#include "../progressmanager.h"
-#include <klocale.h>
+#include <tdelocale.h>
#include <tdeconfig.h>
#include <kzip.h>
#include <tdeapplication.h>
diff --git a/src/translators/xmlimporter.cpp b/src/translators/xmlimporter.cpp
index d3a522f..8a952a1 100644
--- a/src/translators/xmlimporter.cpp
+++ b/src/translators/xmlimporter.cpp
@@ -15,7 +15,7 @@
#include "../filehandler.h"
#include "../collection.h"
-#include <klocale.h>
+#include <tdelocale.h>
using Tellico::Import::XMLImporter;
diff --git a/src/translators/xsltexporter.cpp b/src/translators/xsltexporter.cpp
index f7151fd..c08ee0f 100644
--- a/src/translators/xsltexporter.cpp
+++ b/src/translators/xsltexporter.cpp
@@ -16,7 +16,7 @@
#include "tellicoxmlexporter.h"
#include "../filehandler.h"
-#include <klocale.h>
+#include <tdelocale.h>
#include <kurlrequester.h>
#include <tqlabel.h>
diff --git a/src/translators/xsltimporter.cpp b/src/translators/xsltimporter.cpp
index 19679d0..0b6c387 100644
--- a/src/translators/xsltimporter.cpp
+++ b/src/translators/xsltimporter.cpp
@@ -17,7 +17,7 @@
#include "../filehandler.h"
#include "../collection.h"
-#include <klocale.h>
+#include <tdelocale.h>
#include <kurlrequester.h>
#include <tqhbox.h>