diff options
Diffstat (limited to 'kabc/tdeab2tdeabc.cpp')
-rw-r--r-- | kabc/tdeab2tdeabc.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kabc/tdeab2tdeabc.cpp b/kabc/tdeab2tdeabc.cpp index 6ee33b895..5472f3bc2 100644 --- a/kabc/tdeab2tdeabc.cpp +++ b/kabc/tdeab2tdeabc.cpp @@ -37,13 +37,13 @@ using namespace KABC; -static const KCmdLineOptions options[] = +static const TDECmdLineOptions options[] = { { "disable-autostart", I18N_NOOP( "Disable automatic startup on login" ), 0 }, { "quiet", "", 0 }, { "o", 0, 0 }, { "override", I18N_NOOP( "Override existing entries" ), "1" }, - KCmdLineLastOption + TDECmdLineLastOption }; void readKMailEntry( const TQString &kmailEntry, KABC::AddressBook *ab ) |