From 8398f88dd0f5324acf84a05250e53ce606eb0f78 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Wed, 6 Feb 2013 19:37:28 -0600 Subject: Rename KCmd to avoid conflicts with KDE4 --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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 }}; -- cgit v1.2.3