diff options
author | Timothy Pearson <[email protected]> | 2013-02-06 19:37:35 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-02-06 19:37:35 -0600 |
commit | 4b6681449d57b96239b7f9f7d6d8d3afc7b499ad (patch) | |
tree | f807e193a4415159c06cb6b1292d1624dd65ed61 /tderadio3/src | |
parent | a038714a2f9c333af2a881027422618e6104db2b (diff) | |
download | tderadio-4b6681449d57b96239b7f9f7d6d8d3afc7b499ad.tar.gz tderadio-4b6681449d57b96239b7f9f7d6d8d3afc7b499ad.zip |
Rename KCmd to avoid conflicts with KDE4
Diffstat (limited to 'tderadio3/src')
-rw-r--r-- | tderadio3/src/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tderadio3/src/main.cpp b/tderadio3/src/main.cpp index e3286e2..3399a7b 100644 --- a/tderadio3/src/main.cpp +++ b/tderadio3/src/main.cpp @@ -24,7 +24,7 @@ #include "include/debug-profiler.h" -static KCmdLineOptions options[] = +static TDECmdLineOptions options[] = { { 0, 0, 0 } }; |