summaryrefslogtreecommitdiffstats
path: root/twin/killer
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-06 19:44:17 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-06 19:44:17 -0600
commit5e664c2e4a7b9dcaf2660f8db94a632d1021e2dd (patch)
treea5eb4cb7c4754e533de65c5adee17d783e426425 /twin/killer
parent98eb308fc180d9bea71f448b262ab796353ac904 (diff)
downloadtdebase-5e664c2e4a7b9dcaf2660f8db94a632d1021e2dd.tar.gz
tdebase-5e664c2e4a7b9dcaf2660f8db94a632d1021e2dd.zip
Rename KCmd to avoid conflicts with KDE4
Diffstat (limited to 'twin/killer')
-rw-r--r--twin/killer/killer.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/twin/killer/killer.cpp b/twin/killer/killer.cpp
index 0904653a2..75b80c9e5 100644
--- a/twin/killer/killer.cpp
+++ b/twin/killer/killer.cpp
@@ -31,7 +31,7 @@ DEALINGS IN THE SOFTWARE.
#include <twin.h>
#include <X11/Xlib.h>
-static const KCmdLineOptions options[] =
+static const TDECmdLineOptions options[] =
{
// no need for I18N_NOOP(), this is not supposed to be used directly
{ "pid <pid>", "PID of the application to terminate.", 0 },
@@ -40,7 +40,7 @@ static const KCmdLineOptions options[] =
{ "applicationname <name>", "Name of the application to be terminated.", 0 },
{ "wid <id>", "ID of resource belonging to the application.", 0 },
{ "timestamp <time>", "Time of user action causing killing.", 0 },
- KCmdLineLastOption
+ TDECmdLineLastOption
};
int main( int argc, char* argv[] )