From c8db20a9b88802df18debff4f1887ea681f5e56e Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Wed, 16 Nov 2011 13:38:01 -0600 Subject: Additional renaming of kde to tde --- src/projects/k3bdatafileview.cpp | 2 +- src/projects/kostore/SPEC | 2 +- src/projects/kostore/koStore.cc | 2 +- src/projects/kostore/koZipStore.cc | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) (limited to 'src/projects') 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 #include #include -#include +#include 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 #include -#include +#include #include #include #include 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 #include -#include +#include #include #include #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() ) -- cgit v1.2.3