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 /KMFIPTInterface | |
parent | 23b942758f85dded2d287a9b01bd4e52831e8469 (diff) | |
download | kmyfirewall-024ff8e11434010d878e12ec57f6edfa8483e47b.tar.gz kmyfirewall-024ff8e11434010d878e12ec57f6edfa8483e47b.zip |
Rename KCmd to avoid conflicts with KDE4
Diffstat (limited to 'KMFIPTInterface')
-rw-r--r-- | KMFIPTInterface/main.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/KMFIPTInterface/main.cpp b/KMFIPTInterface/main.cpp index 12334df..83d5ca8 100644 --- a/KMFIPTInterface/main.cpp +++ b/KMFIPTInterface/main.cpp @@ -32,9 +32,9 @@ static const char description[] = static const char version[] = "0.1"; -static KCmdLineOptions options[] = +static TDECmdLineOptions options[] = { - KCmdLineLastOption + TDECmdLineLastOption }; int main ( int argc, char *argv[] ) { |