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 /juk | |
parent | bb8c73b53f72adb1c2466ab4490f5a65461aa580 (diff) | |
download | tdemultimedia-1859432c9417b0ad9a86fd15c28307680e0d3ea9.tar.gz tdemultimedia-1859432c9417b0ad9a86fd15c28307680e0d3ea9.zip |
Additional k => tde renaming and fixes
Diffstat (limited to 'juk')
-rw-r--r-- | juk/Makefile.am | 6 | ||||
-rw-r--r-- | juk/covericonview.h | 2 | ||||
-rw-r--r-- | juk/mediafiles.h | 2 | ||||
-rw-r--r-- | juk/webimagefetcherdialog.cpp | 2 |
4 files changed, 6 insertions, 6 deletions
diff --git a/juk/Makefile.am b/juk/Makefile.am index 5618e68a..678e34fd 100644 --- a/juk/Makefile.am +++ b/juk/Makefile.am @@ -84,13 +84,13 @@ mblibs = -ltunepimp endif ################################################## -juk_LDADD = -lm $(LDADD_GST) $(mblibs) $(LIB_KIO) $(taglib_libs) $(akode_libs) $(LIB_TDEHTML) $(LIB_ARTS) -juk_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LDFLAGS_GST) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -ltdetexteditor -lmcop -lartsflow_idl -lkmedia2_idl -lsoundserver_idl $(akode_libs) +juk_LDADD = -lm $(LDADD_GST) $(mblibs) $(LIB_TDEIO) $(taglib_libs) $(akode_libs) $(LIB_TDEHTML) $(LIB_ARTS) +juk_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LDFLAGS_GST) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor -lmcop -lartsflow_idl -lkmedia2_idl -lsoundserver_idl $(akode_libs) KDE_CXXFLAGS = $(USE_EXCEPTIONS) tagguessertest_LDADD = $(LIB_TDECORE) -tagguessertest_LDFLAGS = $(all_libraries) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -ltdetexteditor -lmcop -lartsflow_idl -lkmedia2_idl -lsoundserver_idl +tagguessertest_LDFLAGS = $(all_libraries) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor -lmcop -lartsflow_idl -lkmedia2_idl -lsoundserver_idl SUBDIRS = pics diff --git a/juk/covericonview.h b/juk/covericonview.h index cab60b58..4fab390b 100644 --- a/juk/covericonview.h +++ b/juk/covericonview.h @@ -22,7 +22,7 @@ // The WebImageFetcher dialog also has a class named CoverIconViewItem and I // don't like the idea of naming it "CoverIVI" or something, so just namespace -// it out. I would merge them except for webimagefetcher's dependence on KIO +// it out. I would merge them except for webimagefetcher's dependence on TDEIO // and such. namespace CoverUtility { diff --git a/juk/mediafiles.h b/juk/mediafiles.h index 342739e7..0b5c87a1 100644 --- a/juk/mediafiles.h +++ b/juk/mediafiles.h @@ -80,7 +80,7 @@ namespace MediaFiles * from the result (so result.size() may be < urlList.size()). * * @param urlList list of file names or URLs to convert. - * @param w KIO may need the widget to handle user interaction. + * @param w TDEIO may need the widget to handle user interaction. * @return list of all local files in urlList, converted to absolute paths. */ TQStringList convertURLsToLocal(const TQStringList &urlList, TQWidget *w = 0); diff --git a/juk/webimagefetcherdialog.cpp b/juk/webimagefetcherdialog.cpp index 17fe44e3..5fd110d8 100644 --- a/juk/webimagefetcherdialog.cpp +++ b/juk/webimagefetcherdialog.cpp @@ -207,7 +207,7 @@ CoverIconViewItem::~CoverIconViewItem() if(m_job) { m_job->kill(); - // Drain results issued by KIO before being deleted, + // Drain results issued by TDEIO before being deleted, // and before deleting the job. kapp->eventLoop()->processEvents(TQEventLoop::ExcludeUserInput); |