From 024ff8e11434010d878e12ec57f6edfa8483e47b Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Wed, 6 Feb 2013 19:34:07 -0600 Subject: Rename KCmd to avoid conflicts with KDE4 --- KMFIPTInterface/main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'KMFIPTInterface') diff --git a/KMFIPTInterface/main.cpp b/KMFIPTInterface/main.cpp index 12334df..83d5ca8 100644 --- a/KMFIPTInterface/main.cpp +++ b/KMFIPTInterface/main.cpp @@ -32,9 +32,9 @@ static const char description[] = static const char version[] = "0.1"; -static KCmdLineOptions options[] = +static TDECmdLineOptions options[] = { - KCmdLineLastOption + TDECmdLineLastOption }; int main ( int argc, char *argv[] ) { -- cgit v1.2.1