summaryrefslogtreecommitdiffstats
path: root/noatun
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2013-09-03 20:02:39 +0200
committerSlávek Banko <slavek.banko@axis.cz>2013-09-03 21:01:06 +0200
commit1859432c9417b0ad9a86fd15c28307680e0d3ea9 (patch)
treef1585ee5f81dff8c1452176518e3a82d90d2e763 /noatun
parentbb8c73b53f72adb1c2466ab4490f5a65461aa580 (diff)
downloadtdemultimedia-1859432c9417b0ad9a86fd15c28307680e0d3ea9.tar.gz
tdemultimedia-1859432c9417b0ad9a86fd15c28307680e0d3ea9.zip
Additional k => tde renaming and fixes
Diffstat (limited to 'noatun')
-rw-r--r--noatun/Makefile.am2
-rw-r--r--noatun/library/playlistsaver.cpp2
-rw-r--r--noatun/modules/kjofol-skin/Makefile.am2
-rw-r--r--noatun/modules/kjofol-skin/kjprefs.h4
-rw-r--r--noatun/modules/metatag/Makefile.am2
-rw-r--r--noatun/modules/splitplaylist/Makefile.am2
6 files changed, 7 insertions, 7 deletions
diff --git a/noatun/Makefile.am b/noatun/Makefile.am
index 032bdf3d..5a3075ce 100644
--- a/noatun/Makefile.am
+++ b/noatun/Makefile.am
@@ -16,7 +16,7 @@ tdeconfdir = $(libdir)/tdeconf_update_bin
tdeconf_PROGRAMS = noatun20update
noatun20update_SOURCES = noatun20update.cpp
-noatun20update_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -ltdetexteditor
+noatun20update_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor
noatun20update_LDADD = $(LIB_QT)
messages:
diff --git a/noatun/library/playlistsaver.cpp b/noatun/library/playlistsaver.cpp
index 6a49f43f..13b7ecfe 100644
--- a/noatun/library/playlistsaver.cpp
+++ b/noatun/library/playlistsaver.cpp
@@ -482,7 +482,7 @@ bool PlaylistSaver::loadM3U(const KURL &file, int /*opt*/)
if(!TDEIO::NetAccess::download(file, localFile, 0L))
return false;
- // if it's a PLS, transfer control, again (KIO bug?)
+ // if it's a PLS, transfer control, again (TDEIO bug?)
#if 0
{
KSimpleConfig list(local, true);
diff --git a/noatun/modules/kjofol-skin/Makefile.am b/noatun/modules/kjofol-skin/Makefile.am
index ad139ffb..3cd595e1 100644
--- a/noatun/modules/kjofol-skin/Makefile.am
+++ b/noatun/modules/kjofol-skin/Makefile.am
@@ -24,7 +24,7 @@ noatun_kjofol_la_SOURCES = kjloader.cpp kjwidget.cpp kjbutton.cpp kjseeker.cpp \
noatun_kjofol_la_LDFLAGS = $(all_libraries) -module -avoid-version -no-undefined
noatun_kjofol_la_LIBADD = $(LIB_TDEFILE) $(top_builddir)/noatun/library/libnoatun.la \
- $(LIB_KIO) -lm \
+ $(LIB_TDEIO) -lm \
$(top_builddir)/arts/modules/libartsmodules.la
noinst_HEADERS = kjloader.h kjwidget.h kjbutton.h kjseeker.h \
diff --git a/noatun/modules/kjofol-skin/kjprefs.h b/noatun/modules/kjofol-skin/kjprefs.h
index e5181963..0226cfdd 100644
--- a/noatun/modules/kjofol-skin/kjprefs.h
+++ b/noatun/modules/kjofol-skin/kjprefs.h
@@ -70,8 +70,8 @@ public slots:
// Show a preview of "skin" in mPixmap
void showPreview(const TQString &skin);
- // gets called after a KIO-action has finished
- // KIO is used for installing/removing skins
+ // gets called after a TDEIO-action has finished
+ // TDEIO is used for installing/removing skins
void slotResult(TDEIO::Job *job);
signals:
diff --git a/noatun/modules/metatag/Makefile.am b/noatun/modules/metatag/Makefile.am
index 330e9f34..017118de 100644
--- a/noatun/modules/metatag/Makefile.am
+++ b/noatun/modules/metatag/Makefile.am
@@ -4,7 +4,7 @@ kde_module_LTLIBRARIES = noatun_metatag.la
noatun_metatag_la_SOURCES = metatag.cpp edit.cpp
noatun_metatag_la_LDFLAGS = $(all_libraries) -module -avoid-version -no-undefined
-noatun_metatag_la_LIBADD = $(LIB_KIO) $(top_builddir)/noatun/library/libnoatun.la \
+noatun_metatag_la_LIBADD = $(LIB_TDEIO) $(top_builddir)/noatun/library/libnoatun.la \
$(top_builddir)/noatun/library/noatuntags/libnoatuntags.la
noatun_metatag_la_METASOURCES = AUTO
diff --git a/noatun/modules/splitplaylist/Makefile.am b/noatun/modules/splitplaylist/Makefile.am
index 4ea511ac..cd90950f 100644
--- a/noatun/modules/splitplaylist/Makefile.am
+++ b/noatun/modules/splitplaylist/Makefile.am
@@ -4,7 +4,7 @@ kde_module_LTLIBRARIES = noatun_splitplaylist.la
noatun_splitplaylist_la_SOURCES = splitplaylist.cpp playlist.cpp view.cpp find.cpp
noatun_splitplaylist_la_LDFLAGS = $(all_libraries) -module -avoid-version -no-undefined
-noatun_splitplaylist_la_LIBADD = $(LIB_KIO) $(top_builddir)/noatun/library/libnoatun.la
+noatun_splitplaylist_la_LIBADD = $(LIB_TDEIO) $(top_builddir)/noatun/library/libnoatun.la
noatun_splitplaylist_la_METASOURCES = AUTO