diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-27 16:02:28 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-27 16:02:28 -0600 |
commit | deef75a57e49cb53695a40b559b24648edc352be (patch) | |
tree | 4d4c6d8b2aad7e249d65a835d3913ab191920bcf /noatun | |
parent | a790af0d5e7c2d93f8e82ba5db273a97dfb0eef6 (diff) | |
download | tdemultimedia-deef75a57e49cb53695a40b559b24648edc352be.tar.gz tdemultimedia-deef75a57e49cb53695a40b559b24648edc352be.zip |
Rename kioslaves
Diffstat (limited to 'noatun')
-rw-r--r-- | noatun/library/Makefile.am | 2 | ||||
-rw-r--r-- | noatun/modules/kjofol-skin/kjprefs.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/noatun/library/Makefile.am b/noatun/library/Makefile.am index e769964a..9e0961ed 100644 --- a/noatun/library/Makefile.am +++ b/noatun/library/Makefile.am @@ -29,7 +29,7 @@ libnoatun_la_LDFLAGS = \ -version-info 3:0:2 $(KDE_RPATH) $(all_libraries) libnoatun_la_LIBADD = $(top_builddir)/arts/gui/common/libartsgui.la \ $(top_builddir)/arts/gui/kde/libartsgui_kde.la $(top_builddir)/arts/modules/libartsmodules.la \ - -lkio -lqtmcop -lkmedia2_idl $(top_builddir)/noatun/library/noatunarts/libnoatunarts.la \ + -ltdeio -lqtmcop -lkmedia2_idl $(top_builddir)/noatun/library/noatunarts/libnoatunarts.la \ -lartsflow -lsoundserver_idl -lartskde $(LIBDL) $(LIB_QT) -lDCOP libnoatuncontrols_la_SOURCES = controls.cpp scrollinglabel.cpp diff --git a/noatun/modules/kjofol-skin/kjprefs.cpp b/noatun/modules/kjofol-skin/kjprefs.cpp index d93cc5dc..590d2f1a 100644 --- a/noatun/modules/kjofol-skin/kjprefs.cpp +++ b/noatun/modules/kjofol-skin/kjprefs.cpp @@ -409,7 +409,7 @@ void KJPrefs::installNewSkin( void ) TQString tmpUnpackPath = locateLocal("tmp", srcFile.fileName()+"/" ); kdDebug(66666) << "tmpUnpackPath: " << tmpUnpackPath.latin1() << endl; - // Our extract-process, TODO: wanna have kio_(un)zip instead :) + // Our extract-process, TODO: wanna have tdeio_(un)zip instead :) KShellProcess proc; // "unzip -d whereToUnpack whatToUnpack" |