From ac437bde9b6851a210e83ad7644a0606a5096292 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Wed, 6 Feb 2013 19:47:40 -0600 Subject: Rename KCmd to avoid conflicts with KDE4 --- tdecachegrind/tdecachegrind/main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tdecachegrind') diff --git a/tdecachegrind/tdecachegrind/main.cpp b/tdecachegrind/tdecachegrind/main.cpp index edf04f16..3deb3bc3 100644 --- a/tdecachegrind/tdecachegrind/main.cpp +++ b/tdecachegrind/tdecachegrind/main.cpp @@ -33,11 +33,11 @@ #include "tracedata.h" #include "loader.h" -static KCmdLineOptions options[] = +static TDECmdLineOptions options[] = { { "r ", I18N_NOOP("Run under cachegrind"), 0 }, { "+[trace]", I18N_NOOP("Show information of this trace"), 0 }, - KCmdLineLastOption // End of options. + TDECmdLineLastOption // End of options. }; int main( int argc, char ** argv ) -- cgit v1.2.1