diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-06 19:37:15 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-06 19:37:15 -0600 |
commit | 889623f2f06a58d3a44724d64af87a214f8f14b5 (patch) | |
tree | f9ed6a6838d3ba0ccbe37eecc3662d5d894605a2 /src/main.cpp | |
parent | 4462a0a8bf9846c72ecd79b8dcac6150c0bf3a5c (diff) | |
download | kpicosim-889623f2f06a58d3a44724d64af87a214f8f14b5.tar.gz kpicosim-889623f2f06a58d3a44724d64af87a214f8f14b5.zip |
Rename KCmd to avoid conflicts with KDE4
Diffstat (limited to 'src/main.cpp')
-rwxr-xr-x | src/main.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main.cpp b/src/main.cpp index 33bb160..0cfed7b 100755 --- a/src/main.cpp +++ b/src/main.cpp @@ -30,10 +30,10 @@ static const char description[] = static const char version[] = "0.1"; -static KCmdLineOptions options[] = +static TDECmdLineOptions options[] = { // { "+[URL]", I18N_NOOP( "Document to open" ), 0 }, - KCmdLineLastOption + TDECmdLineLastOption }; int main(int argc, char **argv) |