diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-06 19:48:02 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-06 19:48:02 -0600 |
commit | fe0432259a73c5b048cf34ea30f525ed2af392ce (patch) | |
tree | ab887d531fd1bc5d5e5e711f10a49e8e89f15cae /tdewallet | |
parent | 34ec7cf1e70300eb43f3822ce3261893f9f8ace6 (diff) | |
download | tdeutils-fe0432259a73c5b048cf34ea30f525ed2af392ce.tar.gz tdeutils-fe0432259a73c5b048cf34ea30f525ed2af392ce.zip |
Rename KCmd to avoid conflicts with KDE4
Diffstat (limited to 'tdewallet')
-rw-r--r-- | tdewallet/main.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tdewallet/main.cpp b/tdewallet/main.cpp index 2279783..7d47c39 100644 --- a/tdewallet/main.cpp +++ b/tdewallet/main.cpp @@ -41,11 +41,11 @@ class MyApp : public KUniqueApplication { }; int main(int argc, char **argv) { - static KCmdLineOptions options[] = { + static TDECmdLineOptions options[] = { {"show", I18N_NOOP("Show window on startup"), 0}, {"tdewalletd", I18N_NOOP("For use by tdewalletd only"), 0}, {"+name", I18N_NOOP("A wallet name"), 0}, - KCmdLineLastOption + TDECmdLineLastOption }; TDEAboutData about("tdewalletmanager", I18N_NOOP("TDE Wallet Manager"), "1.1", |