summaryrefslogtreecommitdiffstats
path: root/kbstateapplet
diff options
context:
space:
mode:
Diffstat (limited to 'kbstateapplet')
-rw-r--r--kbstateapplet/Makefile.am2
-rw-r--r--kbstateapplet/kbstate.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/kbstateapplet/Makefile.am b/kbstateapplet/Makefile.am
index 3c955d3..36e0d29 100644
--- a/kbstateapplet/Makefile.am
+++ b/kbstateapplet/Makefile.am
@@ -19,6 +19,6 @@ messages:
$(XGETTEXT) *.cpp *.h -o $(podir)/kbstateapplet.pot
srcdoc:
- kdoc -a -p -H -d $$HOME/web/src/kbstateapplet kbstateapplet *.h -lqt -ltdecore -ltdeui -lkfile
+ kdoc -a -p -H -d $$HOME/web/src/kbstateapplet kbstateapplet *.h -lqt -ltdecore -ltdeui -ltdefile
SUBDIRS = images
diff --git a/kbstateapplet/kbstate.cpp b/kbstateapplet/kbstate.cpp
index 2fb3799..170512f 100644
--- a/kbstateapplet/kbstate.cpp
+++ b/kbstateapplet/kbstate.cpp
@@ -701,7 +701,7 @@ void KbStateApplet::configureKeyboard() {
// The modulename "keyboard" is ambiguous on SuSE systems
// as there is also a YaST-module called "keyboard".
TDEProcess proc;
- proc << "kcmshell";
+ proc << "tdecmshell";
proc << "kde/keyboard";
proc.start(TDEProcess::DontCare);
proc.detach();