From 0ea54195f4400f13a5cc109feee4b3779fbd2f0f Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 27 Jan 2013 01:05:57 -0600 Subject: Rename a number of libraries and executables to avoid conflicts with KDE4 --- klaptopdaemon/daemondock.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'klaptopdaemon/daemondock.cpp') diff --git a/klaptopdaemon/daemondock.cpp b/klaptopdaemon/daemondock.cpp index 7c03af8..cdac1e1 100644 --- a/klaptopdaemon/daemondock.cpp +++ b/klaptopdaemon/daemondock.cpp @@ -38,7 +38,7 @@ #include #include #include -#include +#include #include #include #include @@ -526,7 +526,7 @@ void laptop_dock::invokeLockSuspend() void laptop_dock::invokeSetup() { TDEProcess proc; - proc << KStandardDirs::findExe("kcmshell"); + proc << KStandardDirs::findExe("tdecmshell"); proc << "laptop"; proc.start(TDEProcess::DontCare); proc.detach(); -- cgit v1.2.1