diff options
author | Timothy Pearson <[email protected]> | 2013-02-06 19:42:56 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-02-06 19:42:56 -0600 |
commit | dd42a9fb94d315140072a6fb51e7987cf54783df (patch) | |
tree | 412f7335f811ec5e3a3e5a15545c89f69d72e1a2 /ksig | |
parent | 6d341cc28e6a7195d856c07d377b87533abdcce4 (diff) | |
download | tdeaddons-dd42a9fb94d315140072a6fb51e7987cf54783df.tar.gz tdeaddons-dd42a9fb94d315140072a6fb51e7987cf54783df.zip |
Rename KCmd to avoid conflicts with KDE4
Diffstat (limited to 'ksig')
-rw-r--r-- | ksig/main.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ksig/main.cpp b/ksig/main.cpp index 8b8a7e5..868a7f0 100644 --- a/ksig/main.cpp +++ b/ksig/main.cpp @@ -26,11 +26,11 @@ static const char description[] = I18N_NOOP("KSig"); -static KCmdLineOptions options[] = +static TDECmdLineOptions options[] = { { "random", I18N_NOOP("Display a random signature"), 0}, { "daily", I18N_NOOP("Display a signature for the day"), 0}, - KCmdLineLastOption + TDECmdLineLastOption }; int main(int argc, char *argv[]) |