summaryrefslogtreecommitdiffstats
path: root/klaptopdaemon
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-19 18:46:48 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-19 18:46:48 -0600
commit6fdacb9c2e3adb3b5da38cd8a22afc1668e1d36b (patch)
treea6a367ba18807833d8f90cb6b233e7bdb3f007cc /klaptopdaemon
parentba743d360eabb06e6ffbafd2c7bc833dd985aa0c (diff)
downloadtdeutils-6fdacb9c2e3adb3b5da38cd8a22afc1668e1d36b.tar.gz
tdeutils-6fdacb9c2e3adb3b5da38cd8a22afc1668e1d36b.zip
Rename KCmdLineArgs to TDECmdLineArgs to avoid conflicts with KDE4
Diffstat (limited to 'klaptopdaemon')
-rw-r--r--klaptopdaemon/laptop_check.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/klaptopdaemon/laptop_check.cpp b/klaptopdaemon/laptop_check.cpp
index 9189083..5877a65 100644
--- a/klaptopdaemon/laptop_check.cpp
+++ b/klaptopdaemon/laptop_check.cpp
@@ -42,7 +42,7 @@ main(int argc, char **argv)
version, description, KAboutData::License_GPL,
"(c) 2003, Paul Campbell");
aboutData.addAuthor("Paul Campbell",0, "paul@taniwha.com");
- KCmdLineArgs::init( argc, argv, &aboutData );
+ TDECmdLineArgs::init( argc, argv, &aboutData );
KApplication a;
daemon_state s;