From 9b49f198f28061eae2035a33a4d97c1166d08c64 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Wed, 6 Feb 2013 19:46:25 -0600 Subject: Rename KCmd to avoid conflicts with KDE4 --- juk/main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'juk/main.cpp') diff --git a/juk/main.cpp b/juk/main.cpp index 3db558df..1613293f 100644 --- a/juk/main.cpp +++ b/juk/main.cpp @@ -41,10 +41,10 @@ static const char allan[] = I18N_NOOP("FLAC and MPC support"); static const char nathan[] = I18N_NOOP("Album cover manager"); static const char pascal[] = I18N_NOOP("Gimper of splash screen"); -static KCmdLineOptions options[] = +static TDECmdLineOptions options[] = { { "+[file(s)]", I18N_NOOP("File(s) to open"), 0 }, - KCmdLineLastOption + TDECmdLineLastOption }; int main(int argc, char *argv[]) -- cgit v1.2.1