diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-27 01:04:32 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-27 01:04:32 -0600 |
commit | 793cf2dff35dffe3ec4c7b24252947dde758a1b2 (patch) | |
tree | 7d9972d99ed281a36418ae9f5fc128e3c951532c /noatun/library | |
parent | 04f764aaf273340e1d5811d4216dd8127cacc5db (diff) | |
download | tdemultimedia-793cf2dff35dffe3ec4c7b24252947dde758a1b2.tar.gz tdemultimedia-793cf2dff35dffe3ec4c7b24252947dde758a1b2.zip |
Rename a number of libraries and executables to avoid conflicts with KDE4
Diffstat (limited to 'noatun/library')
-rw-r--r-- | noatun/library/app.cpp | 4 | ||||
-rw-r--r-- | noatun/library/cmodule.cpp | 2 | ||||
-rw-r--r-- | noatun/library/downloader.cpp | 2 | ||||
-rw-r--r-- | noatun/library/engine.cpp | 2 | ||||
-rw-r--r-- | noatun/library/equalizer.cpp | 4 | ||||
-rw-r--r-- | noatun/library/ksaver.cpp | 2 | ||||
-rw-r--r-- | noatun/library/noatuntags/tags.cpp | 2 | ||||
-rw-r--r-- | noatun/library/playlist.cpp | 2 | ||||
-rw-r--r-- | noatun/library/playlistsaver.cpp | 2 | ||||
-rw-r--r-- | noatun/library/vequalizer.cpp | 4 |
10 files changed, 13 insertions, 13 deletions
diff --git a/noatun/library/app.cpp b/noatun/library/app.cpp index 0e1ae639..29478e7b 100644 --- a/noatun/library/app.cpp +++ b/noatun/library/app.cpp @@ -20,9 +20,9 @@ #include <dispatcher.h> #include <kaboutdata.h> #include <kcmdlineargs.h> -#include <kconfig.h> +#include <tdeconfig.h> #include <kdebug.h> -#include <kfiledialog.h> +#include <tdefiledialog.h> #include <kglobal.h> #include <klibloader.h> #include <klocale.h> diff --git a/noatun/library/cmodule.cpp b/noatun/library/cmodule.cpp index 27f4fa99..9c3d3232 100644 --- a/noatun/library/cmodule.cpp +++ b/noatun/library/cmodule.cpp @@ -15,7 +15,7 @@ #include <tqlabel.h> #include <tqdragobject.h> #include <kurlrequester.h> -#include <kfiledialog.h> +#include <tdefiledialog.h> #include <kdialog.h> #include <klineedit.h> diff --git a/noatun/library/downloader.cpp b/noatun/library/downloader.cpp index e1e210cb..75653940 100644 --- a/noatun/library/downloader.cpp +++ b/noatun/library/downloader.cpp @@ -3,7 +3,7 @@ #include <assert.h> #include <tqfile.h> #include <tqtimer.h> -#include <kio/job.h> +#include <tdeio/job.h> #include <klocale.h> DownloadItem::DownloadItem() diff --git a/noatun/library/engine.cpp b/noatun/library/engine.cpp index 86c10381..e7296191 100644 --- a/noatun/library/engine.cpp +++ b/noatun/library/engine.cpp @@ -12,7 +12,7 @@ #include <kmessagebox.h> #include <klocale.h> #include <kstandarddirs.h> -#include <kconfig.h> +#include <tdeconfig.h> #include <kdebug.h> #include <tqfile.h> #include <tqdir.h> diff --git a/noatun/library/equalizer.cpp b/noatun/library/equalizer.cpp index ae86d00f..1c50370c 100644 --- a/noatun/library/equalizer.cpp +++ b/noatun/library/equalizer.cpp @@ -9,11 +9,11 @@ #include <noatunarts.h> #include <ktempfile.h> #include <tqdom.h> -#include <kio/netaccess.h> +#include <tdeio/netaccess.h> #include <kstandarddirs.h> #include <tqtextstream.h> #include <math.h> -#include <kconfig.h> +#include <tdeconfig.h> #include <klocale.h> #include "ksaver.h" diff --git a/noatun/library/ksaver.cpp b/noatun/library/ksaver.cpp index f787c585..72b6218e 100644 --- a/noatun/library/ksaver.cpp +++ b/noatun/library/ksaver.cpp @@ -29,7 +29,7 @@ #include <klocale.h> #include <ktempfile.h> -#include <kio/netaccess.h> +#include <tdeio/netaccess.h> #include "ksaver.h" diff --git a/noatun/library/noatuntags/tags.cpp b/noatun/library/noatuntags/tags.cpp index add75782..9125ff45 100644 --- a/noatun/library/noatuntags/tags.cpp +++ b/noatun/library/noatuntags/tags.cpp @@ -3,7 +3,7 @@ #include <klocale.h> #include <tqslider.h> #include <tqspinbox.h> -#include <kconfig.h> +#include <tdeconfig.h> #include <tqlayout.h> #include <tqhbox.h> #include <tqlabel.h> diff --git a/noatun/library/playlist.cpp b/noatun/library/playlist.cpp index 1bc031d9..8f81c3e8 100644 --- a/noatun/library/playlist.cpp +++ b/noatun/library/playlist.cpp @@ -5,7 +5,7 @@ #include <noatun/pluginloader.h> #include <kcmdlineargs.h> -#include <kfile.h> +#include <tdefile.h> #include <kmimetype.h> #include <tqregexp.h> #include <assert.h> diff --git a/noatun/library/playlistsaver.cpp b/noatun/library/playlistsaver.cpp index 49c6084b..a187b235 100644 --- a/noatun/library/playlistsaver.cpp +++ b/noatun/library/playlistsaver.cpp @@ -1,6 +1,6 @@ #include <noatun/playlistsaver.h> #include <tqdom.h> -#include <kio/netaccess.h> +#include <tdeio/netaccess.h> #include <tqfile.h> #include <tqtextstream.h> #include <noatun/app.h> diff --git a/noatun/library/vequalizer.cpp b/noatun/library/vequalizer.cpp index 08895643..7b88848a 100644 --- a/noatun/library/vequalizer.cpp +++ b/noatun/library/vequalizer.cpp @@ -51,9 +51,9 @@ #include <soundserver.h> #include <ktempfile.h> -#include <kio/netaccess.h> +#include <tdeio/netaccess.h> #include <kstandarddirs.h> -#include <kconfig.h> +#include <tdeconfig.h> #include <klocale.h> #include <tqdom.h> |