summaryrefslogtreecommitdiffstats
path: root/noatun
diff options
context:
space:
mode:
Diffstat (limited to 'noatun')
-rw-r--r--noatun/library/Makefile.am2
-rw-r--r--noatun/modules/kjofol-skin/kjprefs.cpp2
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"