diff options
author | Timothy Pearson <[email protected]> | 2013-02-06 19:45:41 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-02-06 19:45:41 -0600 |
commit | 78b4b738d3bd15c2c820bb566c4725f7cea1ff8d (patch) | |
tree | ed9cc8dc203cf9cf98a1768602bef9caebc70763 /ksnapshot | |
parent | 580d345952faf597f69347256e0ad3411725988a (diff) | |
download | tdegraphics-78b4b738d3bd15c2c820bb566c4725f7cea1ff8d.tar.gz tdegraphics-78b4b738d3bd15c2c820bb566c4725f7cea1ff8d.zip |
Rename KCmd to avoid conflicts with KDE4
Diffstat (limited to 'ksnapshot')
-rw-r--r-- | ksnapshot/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ksnapshot/main.cpp b/ksnapshot/main.cpp index 8f03f2bf..72d3e3c4 100644 --- a/ksnapshot/main.cpp +++ b/ksnapshot/main.cpp @@ -33,7 +33,7 @@ static const char description[] = I18N_NOOP("TDE Screenshot Utility"); -static KCmdLineOptions options[] = +static TDECmdLineOptions options[] = { { "c", 0, 0 }, { "current", I18N_NOOP("Captures the window under the mouse on startup (instead of the desktop)"), 0 }, |