diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-06 19:34:07 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-06 19:34:07 -0600 |
commit | 024ff8e11434010d878e12ec57f6edfa8483e47b (patch) | |
tree | 7697e233a47de973e597c2532b1202eb07683443 /KMFSysTray | |
parent | 23b942758f85dded2d287a9b01bd4e52831e8469 (diff) | |
download | kmyfirewall-024ff8e11434010d878e12ec57f6edfa8483e47b.tar.gz kmyfirewall-024ff8e11434010d878e12ec57f6edfa8483e47b.zip |
Rename KCmd to avoid conflicts with KDE4
Diffstat (limited to 'KMFSysTray')
-rw-r--r-- | KMFSysTray/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/KMFSysTray/main.cpp b/KMFSysTray/main.cpp index 7a16c0a..9c3c6e3 100644 --- a/KMFSysTray/main.cpp +++ b/KMFSysTray/main.cpp @@ -33,7 +33,7 @@ static const char description[] = I18N_NOOP( "KMFSysTray - IPTables monitor" ); -static KCmdLineOptions options[] = { +static TDECmdLineOptions options[] = { { "+[URL]", I18N_NOOP( "Files/URLs to Open." ), 0 }, { "--test ", I18N_NOOP("A short option which takes an argument."), 0 }, { 0, 0, 0} |