diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-06 19:47:16 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-06 19:47:16 -0600 |
commit | 02fa17d6dd9d871f40038cd9ac615e9e1154724b (patch) | |
tree | af4cf59b73c929b15d4d147921dec9fd41727608 /certmanager | |
parent | 28bf0c14b571dd696a51e62aa4b18c06d20816af (diff) | |
download | tdepim-02fa17d6dd9d871f40038cd9ac615e9e1154724b.tar.gz tdepim-02fa17d6dd9d871f40038cd9ac615e9e1154724b.zip |
Rename KCmd to avoid conflicts with KDE4
Diffstat (limited to 'certmanager')
-rw-r--r-- | certmanager/kwatchgnupg/main.cpp | 4 | ||||
-rw-r--r-- | certmanager/main.cpp | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/certmanager/kwatchgnupg/main.cpp b/certmanager/kwatchgnupg/main.cpp index e05345330..76db02903 100644 --- a/certmanager/kwatchgnupg/main.cpp +++ b/certmanager/kwatchgnupg/main.cpp @@ -79,8 +79,8 @@ int main( int argc, char** argv ) AboutData aboutData; TDECmdLineArgs::init(argc, argv, &aboutData); - static const KCmdLineOptions options[] = { - KCmdLineLastOption// End of options. + static const TDECmdLineOptions options[] = { + TDECmdLineLastOption// End of options. }; TDECmdLineArgs::addCmdLineOptions( options ); KWatchGnuPGApplication::addCmdLineOptions(); diff --git a/certmanager/main.cpp b/certmanager/main.cpp index f962e4ec3..011543f58 100644 --- a/certmanager/main.cpp +++ b/certmanager/main.cpp @@ -51,11 +51,11 @@ int main( int argc, char** argv ) AboutData aboutData; TDECmdLineArgs::init(argc, argv, &aboutData); - static const KCmdLineOptions options[] = { + static const TDECmdLineOptions options[] = { { "external" , I18N_NOOP("Search for external certificates initially"), 0 }, { "query " , I18N_NOOP("Initial query string"), 0 }, { "import-certificate ", I18N_NOOP("Name of certificate file to import"), 0 }, - KCmdLineLastOption// End of options. + TDECmdLineLastOption// End of options. }; TDECmdLineArgs::addCmdLineOptions( options ); |