summaryrefslogtreecommitdiffstats
path: root/lib/kofficecore
diff options
context:
space:
mode:
Diffstat (limited to 'lib/kofficecore')
-rw-r--r--lib/kofficecore/KoDetailsPane.cpp2
-rw-r--r--lib/kofficecore/KoDocument.cpp2
-rw-r--r--lib/kofficecore/KoDocumentInfoDlg.cpp2
-rw-r--r--lib/kofficecore/KoMainWindow.cpp2
-rw-r--r--lib/kofficecore/KoPictureClipart.cpp2
-rw-r--r--lib/kofficecore/KoPictureEps.cpp4
-rw-r--r--lib/kofficecore/KoPictureWmf.cpp2
-rw-r--r--lib/kofficecore/KoSpeaker.h2
-rw-r--r--lib/kofficecore/KoTemplates.cpp2
-rw-r--r--lib/kofficecore/koffice_export.h2
10 files changed, 11 insertions, 11 deletions
diff --git a/lib/kofficecore/KoDetailsPane.cpp b/lib/kofficecore/KoDetailsPane.cpp
index 23376489..ecbd496f 100644
--- a/lib/kofficecore/KoDetailsPane.cpp
+++ b/lib/kofficecore/KoDetailsPane.cpp
@@ -303,7 +303,7 @@ KoRecentDocumentsPane::KoRecentDocumentsPane(TQWidget* parent, KInstance* instan
TQString path = value;
TQString name;
- // Support for kdelibs-3.5's new RecentFiles format: name[url]
+ // Support for tdelibs-3.5's new RecentFiles format: name[url]
if(path.endsWith("]")) {
int pos = path.find("[");
name = path.mid(0, pos - 1);
diff --git a/lib/kofficecore/KoDocument.cpp b/lib/kofficecore/KoDocument.cpp
index 2bd0e3b4..ba3c9d54 100644
--- a/lib/kofficecore/KoDocument.cpp
+++ b/lib/kofficecore/KoDocument.cpp
@@ -37,7 +37,7 @@
#include <kapplication.h>
#include <kdebug.h>
-#include <kdeversion.h>
+#include <tdeversion.h>
#include <kfileitem.h>
#include <kiconloader.h>
#include <kio/job.h>
diff --git a/lib/kofficecore/KoDocumentInfoDlg.cpp b/lib/kofficecore/KoDocumentInfoDlg.cpp
index f32616dd..5973dbb4 100644
--- a/lib/kofficecore/KoDocumentInfoDlg.cpp
+++ b/lib/kofficecore/KoDocumentInfoDlg.cpp
@@ -42,7 +42,7 @@
#include <kabc/addressee.h>
#include <kabc/stdaddressbook.h>
-#include <kdeversion.h>
+#include <tdeversion.h>
#include <klocale.h>
#include <kmessagebox.h>
#include <ktar.h>
diff --git a/lib/kofficecore/KoMainWindow.cpp b/lib/kofficecore/KoMainWindow.cpp
index 94bc9bbb..1219bf09 100644
--- a/lib/kofficecore/KoMainWindow.cpp
+++ b/lib/kofficecore/KoMainWindow.cpp
@@ -34,7 +34,7 @@
#include <kaboutdata.h>
#include <kprinter.h>
-#include <kdeversion.h>
+#include <tdeversion.h>
#include <kstdaction.h>
#include <kapplication.h>
#include <kmessagebox.h>
diff --git a/lib/kofficecore/KoPictureClipart.cpp b/lib/kofficecore/KoPictureClipart.cpp
index d5c482f8..12a86711 100644
--- a/lib/kofficecore/KoPictureClipart.cpp
+++ b/lib/kofficecore/KoPictureClipart.cpp
@@ -25,7 +25,7 @@
#include <tqpixmap.h>
#include <kdebug.h>
-#include <kdeversion.h>
+#include <tdeversion.h>
#if ! KDE_IS_VERSION( 3,1,90 )
#include <kdebugclasses.h>
#endif
diff --git a/lib/kofficecore/KoPictureEps.cpp b/lib/kofficecore/KoPictureEps.cpp
index 4b47b228..9edbc981 100644
--- a/lib/kofficecore/KoPictureEps.cpp
+++ b/lib/kofficecore/KoPictureEps.cpp
@@ -34,7 +34,7 @@
#include <kglobal.h>
#include <kdebug.h>
-#include <kdeversion.h>
+#include <tdeversion.h>
#if ! KDE_IS_VERSION( 3,1,90 )
#include <kdebugclasses.h>
#endif
@@ -104,7 +104,7 @@ TQImage KoPictureEps::scaleWithGhostScript(const TQSize& size, const int resolut
// Helper method for scaleWithGhostScript. Returns 1 on success, 0 on error, -1 if nothing generated
// (in which case another 'output device' can be tried)
int KoPictureEps::tryScaleWithGhostScript(TQImage &image, const TQSize& size, const int resolutionx, const int resolutiony, const char* device )
-// Based on the code of the file kdelibs/kimgio/eps.cpp
+// Based on the code of the file tdelibs/kimgio/eps.cpp
{
kdDebug(30003) << "Sampling with GhostScript, using device \"" << device << "\" (in KoPictureEps::tryScaleWithGhostScript)" << endl;
diff --git a/lib/kofficecore/KoPictureWmf.cpp b/lib/kofficecore/KoPictureWmf.cpp
index ccbab362..96d10817 100644
--- a/lib/kofficecore/KoPictureWmf.cpp
+++ b/lib/kofficecore/KoPictureWmf.cpp
@@ -25,7 +25,7 @@
#include <tqpixmap.h>
#include <kdebug.h>
-#include <kdeversion.h>
+#include <tdeversion.h>
#if ! KDE_IS_VERSION( 3,1,90 )
#include <kdebugclasses.h>
#endif
diff --git a/lib/kofficecore/KoSpeaker.h b/lib/kofficecore/KoSpeaker.h
index 1e2d3188..b853bdec 100644
--- a/lib/kofficecore/KoSpeaker.h
+++ b/lib/kofficecore/KoSpeaker.h
@@ -190,7 +190,7 @@ private:
// Return the KTTSD daemon version string.
TQString getKttsdVersion();
- // These methods correspond to dcop interface in kdelibs/interfaces/kspeech/kspeech.h.
+ // These methods correspond to dcop interface in tdelibs/interfaces/kspeech/kspeech.h.
// They use manual marshalling, instead of using kspeech_stub, because KOffice
// supports KDE 3.3 and above and kspeech.h didn't appear until 3.4.
void sayScreenReaderOutput(const TQString &msg, const TQString &talker);
diff --git a/lib/kofficecore/KoTemplates.cpp b/lib/kofficecore/KoTemplates.cpp
index 62c8358d..343d4704 100644
--- a/lib/kofficecore/KoTemplates.cpp
+++ b/lib/kofficecore/KoTemplates.cpp
@@ -26,7 +26,7 @@
#include <kdesktopfile.h>
#include <ksimpleconfig.h>
#include <kdebug.h>
-#include <kdeversion.h>
+#include <tdeversion.h>
#include <kinstance.h>
#include <ksavefile.h>
#include <kstandarddirs.h>
diff --git a/lib/kofficecore/koffice_export.h b/lib/kofficecore/koffice_export.h
index b0da017e..cb54dbea 100644
--- a/lib/kofficecore/koffice_export.h
+++ b/lib/kofficecore/koffice_export.h
@@ -23,7 +23,7 @@
#ifndef _KOFFICE_EXPORT_H
#define _KOFFICE_EXPORT_H
-#include <kdeversion.h>
+#include <tdeversion.h>
#ifdef TQ_WS_WIN