summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-06 19:37:28 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-06 19:37:28 -0600
commit8398f88dd0f5324acf84a05250e53ce606eb0f78 (patch)
treedb37a218c8902824006a448b6b1425ec4f2005a8 /src
parent4be77699244e2576be269620e6e049910e9aa880 (diff)
downloadtdepowersave-8398f88dd0f5324acf84a05250e53ce606eb0f78.tar.gz
tdepowersave-8398f88dd0f5324acf84a05250e53ce606eb0f78.zip
Rename KCmd to avoid conflicts with KDE4
Diffstat (limited to 'src')
-rw-r--r--src/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp
index 4441a3a..e30796a 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -42,7 +42,7 @@
static const char description[] = I18N_NOOP("TDE Frontend for Power Management, Battery Monitoring and Suspend");
-KCmdLineOptions options[] = { { "force-acpi-check", I18N_NOOP("Force a new check for ACPI support"), 0 },
+TDECmdLineOptions options[] = { { "force-acpi-check", I18N_NOOP("Force a new check for ACPI support"), 0 },
{ "dbg-trace", I18N_NOOP("Trace function entry and leave points for debug\n"), 0 },
{ 0, 0, 0 }};