summaryrefslogtreecommitdiffstats
path: root/kicker-applets
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2013-09-03 20:01:40 +0200
committerSlávek Banko <slavek.banko@axis.cz>2013-09-03 20:57:38 +0200
commit6085d1a6e1cccacd3af4aaab64ea48a731d5143f (patch)
treeb31e58257947d28b53a71aa70578e6570a19e718 /kicker-applets
parent2a2b106c34df9c430eb6ebf97196b79344b94608 (diff)
downloadtdeaddons-6085d1a6e1cccacd3af4aaab64ea48a731d5143f.tar.gz
tdeaddons-6085d1a6e1cccacd3af4aaab64ea48a731d5143f.zip
Additional k => tde renaming and fixes
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)