diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2013-09-03 20:02:39 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2013-09-03 21:01:06 +0200 |
commit | 1859432c9417b0ad9a86fd15c28307680e0d3ea9 (patch) | |
tree | f1585ee5f81dff8c1452176518e3a82d90d2e763 /noatun/modules | |
parent | bb8c73b53f72adb1c2466ab4490f5a65461aa580 (diff) | |
download | tdemultimedia-1859432c9417b0ad9a86fd15c28307680e0d3ea9.tar.gz tdemultimedia-1859432c9417b0ad9a86fd15c28307680e0d3ea9.zip |
Additional k => tde renaming and fixes
Diffstat (limited to 'noatun/modules')
-rw-r--r-- | noatun/modules/kjofol-skin/Makefile.am | 2 | ||||
-rw-r--r-- | noatun/modules/kjofol-skin/kjprefs.h | 4 | ||||
-rw-r--r-- | noatun/modules/metatag/Makefile.am | 2 | ||||
-rw-r--r-- | noatun/modules/splitplaylist/Makefile.am | 2 |
4 files changed, 5 insertions, 5 deletions
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 |