From 5466d52073af147d100482cbf633087bb9fb631b Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Wed, 6 Feb 2013 19:46:01 -0600 Subject: Rename KCmd to avoid conflicts with KDE4 --- tdeio/tests/metatest.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tdeio/tests/metatest.cpp') diff --git a/tdeio/tests/metatest.cpp b/tdeio/tests/metatest.cpp index ee1d38201..9890bb711 100644 --- a/tdeio/tests/metatest.cpp +++ b/tdeio/tests/metatest.cpp @@ -9,7 +9,7 @@ #define I18N_NOOP - static KCmdLineOptions options[] = + static TDECmdLineOptions options[] = { { "+file", "File name", 0 }, { "addgroup ", "Add a group to a file", 0}, @@ -23,7 +23,7 @@ { "set ", "Set the value of --item in --group", 0}, { "groups", "list the groups of this file", 0 }, { "mimetypeinfo ", "the mimetype info for a mimetype", 0 }, - KCmdLineLastOption + TDECmdLineLastOption }; void printKeyValues(KFileMetaInfo& info) -- cgit v1.2.1