From 72d99ee0d1aff5e9c39016a7e01fad4c7e552576 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Wed, 6 Feb 2013 19:39:22 -0600 Subject: [PATCH] Rename KCmd to avoid conflicts with KDE4 --- smb4k/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/smb4k/main.cpp b/smb4k/main.cpp index 1b225f5..423398b 100644 --- a/smb4k/main.cpp +++ b/smb4k/main.cpp @@ -51,7 +51,7 @@ static const char *description = I18N_NOOP( "Smb4K is an advanced network neighborhood browser and a\n" "front end to the programs of the Samba software suite." ); -static KCmdLineOptions options[] = +static TDECmdLineOptions options[] = { // { "+[File]", I18N_NOOP("file to open"), 0 }, { 0, 0, 0 }