diff options
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 |