summaryrefslogtreecommitdiffstats
path: root/kicker-applets
diff options
context:
space:
mode:
Diffstat (limited to 'kicker-applets')
-rw-r--r--kicker-applets/ktimemon/Makefile.am2
-rw-r--r--kicker-applets/math/Makefile.am2
-rw-r--r--kicker-applets/mediacontrol/kscdInterface.cpp2
3 files changed, 3 insertions, 3 deletions
diff --git a/kicker-applets/ktimemon/Makefile.am b/kicker-applets/ktimemon/Makefile.am
index 78e8443..6874509 100644
--- a/kicker-applets/ktimemon/Makefile.am
+++ b/kicker-applets/ktimemon/Makefile.am
@@ -8,7 +8,7 @@ noinst_HEADERS = confdlg.h sample.h timemon.h
INCLUDES= $(all_includes)
ktimemon_panelapplet_la_LDFLAGS = -module $(KDE_PLUGIN) $(all_libraries)
-ktimemon_panelapplet_la_LIBADD = $(LIB_TDEUI) $(LIBKSTAT) $(LIB_KIO)
+ktimemon_panelapplet_la_LIBADD = $(LIB_TDEUI) $(LIBKSTAT) $(LIB_TDEIO)
KDE_ICON = ktimemon
diff --git a/kicker-applets/math/Makefile.am b/kicker-applets/math/Makefile.am
index 3fed8ac..5bb9418 100644
--- a/kicker-applets/math/Makefile.am
+++ b/kicker-applets/math/Makefile.am
@@ -13,7 +13,7 @@ lnk_DATA = mathapplet.desktop
EXTRA_DIST = $(lnk_DATA)
math_panelapplet_la_LDFLAGS = -module $(KDE_PLUGIN) $(all_libraries)
-math_panelapplet_la_LIBADD = $(LIB_KSYCOCA) $(LIB_TDEUI)
+math_panelapplet_la_LIBADD = $(LIB_TDESYCOCA) $(LIB_TDEUI)
messages:
$(XGETTEXT) *.cpp *.h -o $(podir)/kmathapplet.pot
diff --git a/kicker-applets/mediacontrol/kscdInterface.cpp b/kicker-applets/mediacontrol/kscdInterface.cpp
index 3d48204..710674d 100644
--- a/kicker-applets/mediacontrol/kscdInterface.cpp
+++ b/kicker-applets/mediacontrol/kscdInterface.cpp
@@ -131,7 +131,7 @@ void KsCDInterface::updateSlider()
// Drag-n-Drop stuff =================================================================
// As far as I know there is currently no way to drag an AudioCD track to KsCD,
-// or even no application to drag AudioCD track from (not the KIO-wrapped track
+// or even no application to drag AudioCD track from (not the TDEIO-wrapped track
// path (audiocd:/...) like from Konqueror)
void KsCDInterface::dragEnterEvent(TQDragEnterEvent* event)