summaryrefslogtreecommitdiffstats
path: root/src/projects
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-16 13:38:01 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-16 13:38:01 -0600
commitc8db20a9b88802df18debff4f1887ea681f5e56e (patch)
tree84dbe6fd932d44b555b528e1dfc4cb4a741546bf /src/projects
parentcdadf9739a7dc000db30e4619c05d553f6b83013 (diff)
downloadk3b-c8db20a9b88802df18debff4f1887ea681f5e56e.tar.gz
k3b-c8db20a9b88802df18debff4f1887ea681f5e56e.zip
Additional renaming of kde to tde
Diffstat (limited to 'src/projects')
-rw-r--r--src/projects/k3bdatafileview.cpp2
-rw-r--r--src/projects/kostore/SPEC2
-rw-r--r--src/projects/kostore/koStore.cc2
-rw-r--r--src/projects/kostore/koZipStore.cc4
4 files changed, 5 insertions, 5 deletions
diff --git a/src/projects/k3bdatafileview.cpp b/src/projects/k3bdatafileview.cpp
index e5c0e84..b29f8ad 100644
--- a/src/projects/k3bdatafileview.cpp
+++ b/src/projects/k3bdatafileview.cpp
@@ -44,7 +44,7 @@
#include <kdebug.h>
#include <kshortcut.h>
#include <krun.h>
-#include <kdeversion.h>
+#include <tdeversion.h>
K3bDataFileView::K3bDataFileView( K3bView* view, K3bDataDirTreeView* dirTreeView, K3bDataDoc* doc, TQWidget* parent )
diff --git a/src/projects/kostore/SPEC b/src/projects/kostore/SPEC
index e72286a..4010e33 100644
--- a/src/projects/kostore/SPEC
+++ b/src/projects/kostore/SPEC
@@ -21,7 +21,7 @@
The purpose of this document is to define a common KOffice Storage Structure.
Torben, Reggie, and all the others agreed on storing embedded KOffice Parts
and binary data (e.g. pictures, movies, sounds) via a simple tar.gz-structure.
-The support class for the tar format is kdelibs/kio/ktar.*, written by Torben
+The support class for the tar format is tdelibs/kio/ktar.*, written by Torben
and finished by David.
The obvious benefits of this type of storage are:
diff --git a/src/projects/kostore/koStore.cc b/src/projects/kostore/koStore.cc
index e57bfa4..08268dc 100644
--- a/src/projects/kostore/koStore.cc
+++ b/src/projects/kostore/koStore.cc
@@ -34,7 +34,7 @@
#include <kurl.h>
#include <kdebug.h>
-#include <kdeversion.h>
+#include <tdeversion.h>
#include <klocale.h>
#include <kmessagebox.h>
#include <kio/netaccess.h>
diff --git a/src/projects/kostore/koZipStore.cc b/src/projects/kostore/koZipStore.cc
index 4b63a4c..1f1a526 100644
--- a/src/projects/kostore/koZipStore.cc
+++ b/src/projects/kostore/koZipStore.cc
@@ -23,7 +23,7 @@
#include <kzip.h>
#include <kdebug.h>
-#include <kdeversion.h>
+#include <tdeversion.h>
#include <kurl.h>
#include <kio/netaccess.h>
#if ! KDE_IS_VERSION( 3, 4, 1 )
@@ -40,7 +40,7 @@ KoZipStore::KoZipStore( const TQString & _filename, Mode _mode, const TQCString
m_pZip = new KZip( _filename );
#if ! KDE_IS_VERSION( 3, 4, 1 )
- // Workaround for KZip KSaveFile double deletion in kdelibs-3.4,
+ // Workaround for KZip KSaveFile double deletion in tdelibs-3.4,
// when trying to write to a non-writable directory.
TQDir dir( TQFileInfo( _filename ).dir() );
if (_mode == Write && !TQFileInfo( dir.path() ).isWritable() )