diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-06 19:39:22 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-06 19:39:22 -0600 |
commit | 72d99ee0d1aff5e9c39016a7e01fad4c7e552576 (patch) | |
tree | 69c9a5daf37d1326b159edda86022ca50b3d8220 | |
parent | 2ed05c014fc2fd27fd1a6ab133785dd62fac019c (diff) | |
download | smb4k-72d99ee0d1aff5e9c39016a7e01fad4c7e552576.tar.gz smb4k-72d99ee0d1aff5e9c39016a7e01fad4c7e552576.zip |
Rename KCmd to avoid conflicts with KDE4
-rw-r--r-- | smb4k/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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 } |