From 9b49f198f28061eae2035a33a4d97c1166d08c64 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Wed, 6 Feb 2013 19:46:25 -0600 Subject: Rename KCmd to avoid conflicts with KDE4 --- krec/main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'krec/main.cpp') diff --git a/krec/main.cpp b/krec/main.cpp index f59b22ab..8613b209 100644 --- a/krec/main.cpp +++ b/krec/main.cpp @@ -34,9 +34,9 @@ and you will find it there accepting sound\n\ for recording." ); -static KCmdLineOptions options[] = +static TDECmdLineOptions options[] = { - KCmdLineLastOption + TDECmdLineLastOption // INSERT YOUR COMMANDLINE OPTIONS HERE }; -- cgit v1.2.1