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 --- juk/Makefile.am | 6 +++--- juk/covericonview.h | 2 +- juk/mediafiles.h | 2 +- juk/webimagefetcherdialog.cpp | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) (limited to 'juk') 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); -- cgit v1.2.1