diff options
author | Timothy Pearson <[email protected]> | 2011-11-16 13:38:01 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2011-11-16 13:38:01 -0600 |
commit | c8db20a9b88802df18debff4f1887ea681f5e56e (patch) | |
tree | 84dbe6fd932d44b555b528e1dfc4cb4a741546bf /src | |
parent | cdadf9739a7dc000db30e4619c05d553f6b83013 (diff) | |
download | k3b-c8db20a9b88802df18debff4f1887ea681f5e56e.tar.gz k3b-c8db20a9b88802df18debff4f1887ea681f5e56e.zip |
Additional renaming of kde to tde
Diffstat (limited to 'src')
-rw-r--r-- | src/fastscale/configure.in.in | 2 | ||||
-rw-r--r-- | src/fastscale/scale.cpp | 2 | ||||
-rw-r--r-- | src/k3binteractiondialog.cpp | 2 | ||||
-rw-r--r-- | src/k3bsystemproblemdialog.cpp | 2 | ||||
-rw-r--r-- | src/option/k3bcddboptiontab.cpp | 2 | ||||
-rw-r--r-- | src/option/k3bexternalbinwidget.cpp | 2 | ||||
-rw-r--r-- | src/option/k3bnotifyoptiontab.cpp | 2 | ||||
-rw-r--r-- | src/option/k3boptiondialog.cpp | 2 | ||||
-rw-r--r-- | src/option/k3bpluginoptiontab.cpp | 2 | ||||
-rw-r--r-- | src/option/k3bthemeoptiontab.cpp | 2 | ||||
-rw-r--r-- | src/projects/k3bdatafileview.cpp | 2 | ||||
-rw-r--r-- | src/projects/kostore/SPEC | 2 | ||||
-rw-r--r-- | src/projects/kostore/koStore.cc | 2 | ||||
-rw-r--r-- | src/projects/kostore/koZipStore.cc | 4 |
14 files changed, 15 insertions, 15 deletions
diff --git a/src/fastscale/configure.in.in b/src/fastscale/configure.in.in index 287e4e9..ffd60fa 100644 --- a/src/fastscale/configure.in.in +++ b/src/fastscale/configure.in.in @@ -3,7 +3,7 @@ # AM_PROG_AS -# MMX test duped from kdelibs/tdefx - it should be probably moved to admin/ +# MMX test duped from tdelibs/tdefx - it should be probably moved to admin/ dnl ----------------------------------------------------- dnl IA32 checks dnl ----------------------------------------------------- diff --git a/src/fastscale/scale.cpp b/src/fastscale/scale.cpp index 35928de..d87717f 100644 --- a/src/fastscale/scale.cpp +++ b/src/fastscale/scale.cpp @@ -73,7 +73,7 @@ #include <tqimage.h> #include <tqcolor.h> -#include <kdeversion.h> +#include <tdeversion.h> #include <kcpuinfo.h> #include <string.h> diff --git a/src/k3binteractiondialog.cpp b/src/k3binteractiondialog.cpp index 88ab150..738661c 100644 --- a/src/k3binteractiondialog.cpp +++ b/src/k3binteractiondialog.cpp @@ -46,7 +46,7 @@ #include <kconfig.h> #include <kiconloader.h> #include <kglobalsettings.h> -#include <kdeversion.h> +#include <tdeversion.h> K3bInteractionDialog::K3bInteractionDialog( TQWidget* parent, diff --git a/src/k3bsystemproblemdialog.cpp b/src/k3bsystemproblemdialog.cpp index a7575f0..1cd97a1 100644 --- a/src/k3bsystemproblemdialog.cpp +++ b/src/k3bsystemproblemdialog.cpp @@ -548,7 +548,7 @@ void K3bSystemProblemDialog::checkSystem( TQWidget* parent, // // Never run K3b as root and especially not suid root! The latter is not possible anyway since - // the kdelibs refuse it. + // the tdelibs refuse it. // if( ::getuid() == 0 ) { problems.append( K3bSystemProblem( K3bSystemProblem::WARNING, diff --git a/src/option/k3bcddboptiontab.cpp b/src/option/k3bcddboptiontab.cpp index 4410b4a..957f9fa 100644 --- a/src/option/k3bcddboptiontab.cpp +++ b/src/option/k3bcddboptiontab.cpp @@ -38,7 +38,7 @@ #include <knuminput.h> #include <kconfig.h> #include <kapplication.h> -#include <kdeversion.h> +#include <tdeversion.h> K3bCddbOptionTab::K3bCddbOptionTab( TQWidget* parent, const char* name ) diff --git a/src/option/k3bexternalbinwidget.cpp b/src/option/k3bexternalbinwidget.cpp index f745da7..28c6375 100644 --- a/src/option/k3bexternalbinwidget.cpp +++ b/src/option/k3bexternalbinwidget.cpp @@ -39,7 +39,7 @@ #include <keditlistbox.h> #include <klistview.h> #include <kglobalsettings.h> -#include <kdeversion.h> +#include <tdeversion.h> diff --git a/src/option/k3bnotifyoptiontab.cpp b/src/option/k3bnotifyoptiontab.cpp index c94359f..5c12ee6 100644 --- a/src/option/k3bnotifyoptiontab.cpp +++ b/src/option/k3bnotifyoptiontab.cpp @@ -14,7 +14,7 @@ */ -#include <kdeversion.h> +#include <tdeversion.h> #include "k3bnotifyoptiontab.h" diff --git a/src/option/k3boptiondialog.cpp b/src/option/k3boptiondialog.cpp index 4be5047..2b2b6af 100644 --- a/src/option/k3boptiondialog.cpp +++ b/src/option/k3boptiondialog.cpp @@ -34,7 +34,7 @@ #include <klocale.h> #include <kiconloader.h> #include <kconfig.h> -#include <kdeversion.h> +#include <tdeversion.h> #include "k3bnotifyoptiontab.h" diff --git a/src/option/k3bpluginoptiontab.cpp b/src/option/k3bpluginoptiontab.cpp index a48d001..6072e0a 100644 --- a/src/option/k3bpluginoptiontab.cpp +++ b/src/option/k3bpluginoptiontab.cpp @@ -28,7 +28,7 @@ #include <kdialogbase.h> #include <kconfig.h> #include <kglobalsettings.h> -#include <kdeversion.h> +#include <tdeversion.h> #include <tqstringlist.h> #include <tqpushbutton.h> diff --git a/src/option/k3bthemeoptiontab.cpp b/src/option/k3bthemeoptiontab.cpp index 45e435c..0e037fc 100644 --- a/src/option/k3bthemeoptiontab.cpp +++ b/src/option/k3bthemeoptiontab.cpp @@ -30,7 +30,7 @@ #include <kstandarddirs.h> #include <ktar.h> #include <kurlrequesterdlg.h> -#include <kdeversion.h> +#include <tdeversion.h> #include <tqlabel.h> #include <tqfile.h> 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() ) |