From 2e05692480ffca7ce2043180e9377619c233ee66 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Wed, 6 Feb 2013 19:48:39 -0600 Subject: Rename KCmd to avoid conflicts with KDE4 --- src/profileengine/editor/main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/profileengine') diff --git a/src/profileengine/editor/main.cpp b/src/profileengine/editor/main.cpp index 4ffe6f92..c004b421 100644 --- a/src/profileengine/editor/main.cpp +++ b/src/profileengine/editor/main.cpp @@ -23,9 +23,9 @@ #include "profileeditor.h" -static KCmdLineOptions options[] = +static TDECmdLineOptions options[] = { - KCmdLineLastOption + TDECmdLineLastOption }; int main(int argc, char **argv) -- cgit v1.2.1