diff options
author | Timothy Pearson <[email protected]> | 2013-02-06 19:32:52 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-02-06 19:32:52 -0600 |
commit | 80be7d34765da597051c6a5aa72dda8f749f7d67 (patch) | |
tree | 82f199c1388eca97064f36d08f2749b6b13fca54 | |
parent | e68f1e3641395c8814e363cb5c03aac8d8c3f473 (diff) | |
download | katapult-80be7d34765da597051c6a5aa72dda8f749f7d67.tar.gz katapult-80be7d34765da597051c6a5aa72dda8f749f7d67.zip |
Rename KCmd to avoid conflicts with KDE4
-rw-r--r-- | katapult/katapult/main.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/katapult/katapult/main.cpp b/katapult/katapult/main.cpp index 4435bae..30e7f9a 100644 --- a/katapult/katapult/main.cpp +++ b/katapult/katapult/main.cpp @@ -32,9 +32,9 @@ static const char description[] = static const char version[] = "0.3.2.1"; -static KCmdLineOptions options[] = +static TDECmdLineOptions options[] = { - KCmdLineLastOption + TDECmdLineLastOption }; int main(int argc, char **argv) |