diff options
Diffstat (limited to 'kabc/tests/testkabcdlg.cpp')
-rw-r--r-- | kabc/tests/testkabcdlg.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kabc/tests/testkabcdlg.cpp b/kabc/tests/testkabcdlg.cpp index 1d328f239..183c6a19d 100644 --- a/kabc/tests/testkabcdlg.cpp +++ b/kabc/tests/testkabcdlg.cpp @@ -10,10 +10,10 @@ using namespace KABC; -static const KCmdLineOptions options[] = +static const TDECmdLineOptions options[] = { {"multiple", I18N_NOOP("Allow selection of multiple addressees"), 0}, - KCmdLineLastOption + TDECmdLineLastOption }; int main(int argc,char **argv) |