From 1859432c9417b0ad9a86fd15c28307680e0d3ea9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Tue, 3 Sep 2013 20:02:39 +0200 Subject: Additional k => tde renaming and fixes --- noatun/Makefile.am | 2 +- noatun/library/playlistsaver.cpp | 2 +- noatun/modules/kjofol-skin/Makefile.am | 2 +- noatun/modules/kjofol-skin/kjprefs.h | 4 ++-- noatun/modules/metatag/Makefile.am | 2 +- noatun/modules/splitplaylist/Makefile.am | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) (limited to 'noatun') 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 -- cgit v1.2.1