From 051ae88012e0fd0ed56b862da0efa957f1a72957 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Wed, 6 Feb 2013 19:49:06 -0600 Subject: Rename KCmd to avoid conflicts with KDE4 --- tdefilereplace/main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tdefilereplace') diff --git a/tdefilereplace/main.cpp b/tdefilereplace/main.cpp index 4b12eba0..673b431b 100644 --- a/tdefilereplace/main.cpp +++ b/tdefilereplace/main.cpp @@ -26,10 +26,10 @@ static const char description[] = static const char version[] = "0.1"; -static KCmdLineOptions options[] = +static TDECmdLineOptions options[] = { { "+[PATH]", I18N_NOOP( "Starting folder" ), 0 }, - KCmdLineLastOption + TDECmdLineLastOption }; int main(int argc, char *argv[]) -- cgit v1.2.1