diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/exportdatebook.cc | 4 | ||||
-rw-r--r-- | tests/importaddresses.cc | 4 | ||||
-rw-r--r-- | tests/importdatebook.cc | 4 | ||||
-rw-r--r-- | tests/mergecalendars.cc | 4 | ||||
-rw-r--r-- | tests/testaddress.cc | 4 | ||||
-rw-r--r-- | tests/testcategories.cc | 4 | ||||
-rw-r--r-- | tests/testdatabase.cc | 4 | ||||
-rw-r--r-- | tests/testdatebook.cc | 4 |
8 files changed, 16 insertions, 16 deletions
diff --git a/tests/exportdatebook.cc b/tests/exportdatebook.cc index 6afaeb9..89517b7 100644 --- a/tests/exportdatebook.cc +++ b/tests/exportdatebook.cc @@ -44,12 +44,12 @@ #include "../conduits/vcalconduit/kcalRecord.cc" #include "../conduits/vcalconduit/vcalRecord.cc" -static const KCmdLineOptions options[] = +static const TDECmdLineOptions options[] = { {"verbose", "Verbose output", 0}, {"data-dir <path>","Set data directory", "."}, {"vcal-file <path>","Set vcal file", 0}, - KCmdLineLastOption + TDECmdLineLastOption }; diff --git a/tests/importaddresses.cc b/tests/importaddresses.cc index 74e4652..3d4c0ff 100644 --- a/tests/importaddresses.cc +++ b/tests/importaddresses.cc @@ -43,12 +43,12 @@ #include "../conduits/abbrowserconduit/kabcRecord.h" #include "../conduits/abbrowserconduit/kabcRecord.cc" -static const KCmdLineOptions options[] = +static const TDECmdLineOptions options[] = { {"verbose", "Verbose output", 0}, {"data-dir <path>","Set data directory", "."}, {"address-file <path>","Set addressbook file", 0}, - KCmdLineLastOption + TDECmdLineLastOption }; diff --git a/tests/importdatebook.cc b/tests/importdatebook.cc index 24281c0..c05ffa7 100644 --- a/tests/importdatebook.cc +++ b/tests/importdatebook.cc @@ -43,12 +43,12 @@ #include "../conduits/vcalconduit/kcalRecord.cc" #include "../conduits/vcalconduit/vcalRecord.cc" -static const KCmdLineOptions options[] = +static const TDECmdLineOptions options[] = { {"verbose", "Verbose output", 0}, {"data-dir <path>","Set data directory", "."}, {"vcal-file <path>","Set vcal file", 0}, - KCmdLineLastOption + TDECmdLineLastOption }; diff --git a/tests/mergecalendars.cc b/tests/mergecalendars.cc index 274decd..b451ba7 100644 --- a/tests/mergecalendars.cc +++ b/tests/mergecalendars.cc @@ -37,13 +37,13 @@ #include "options.h" -static const KCmdLineOptions options[] = +static const TDECmdLineOptions options[] = { {"korgfile <path>","KOrganizer master file", 0}, {"newfile <path>","Calendar file to merge into korganizer", 0}, {"category <string>","Category to remove from 'korgfile' and to add to events in 'newfile' for synch purposes", 0}, {"verbose", "Verbose debugging", 0}, - KCmdLineLastOption + TDECmdLineLastOption }; diff --git a/tests/testaddress.cc b/tests/testaddress.cc index 318de98..bcedd9c 100644 --- a/tests/testaddress.cc +++ b/tests/testaddress.cc @@ -38,11 +38,11 @@ #include "pilotAddress.h" #include "pilotLocalDatabase.h" -static const KCmdLineOptions options[] = +static const TDECmdLineOptions options[] = { {"verbose", "Verbose output", 0}, {"data-dir <path>","Set data directory", "."}, - KCmdLineLastOption + TDECmdLineLastOption }; diff --git a/tests/testcategories.cc b/tests/testcategories.cc index eb4728e..299b738 100644 --- a/tests/testcategories.cc +++ b/tests/testcategories.cc @@ -144,11 +144,11 @@ void categoryNames( const TQString &dir ) DEBUGKPILOT << "# Final categories\n# " << categories( appinfo ).join("\n# ") << endl; } -static const KCmdLineOptions options[] = +static const TDECmdLineOptions options[] = { {"verbose", "Verbose output", 0}, {"data-dir <path>","Set data directory", "."}, - KCmdLineLastOption + TDECmdLineLastOption }; diff --git a/tests/testdatabase.cc b/tests/testdatabase.cc index 123eb2c..768d06f 100644 --- a/tests/testdatabase.cc +++ b/tests/testdatabase.cc @@ -244,10 +244,10 @@ int checkMemo() return OK; } -static const KCmdLineOptions options[] = +static const TDECmdLineOptions options[] = { {"verbose", "Verbose output", 0}, - KCmdLineLastOption + TDECmdLineLastOption }; diff --git a/tests/testdatebook.cc b/tests/testdatebook.cc index 0335867..1facced 100644 --- a/tests/testdatebook.cc +++ b/tests/testdatebook.cc @@ -38,11 +38,11 @@ #include "pilotDateEntry.h" #include "pilotLocalDatabase.h" -static const KCmdLineOptions options[] = +static const TDECmdLineOptions options[] = { {"verbose", "Verbose output", 0}, {"data-dir <path>","Set data directory", "."}, - KCmdLineLastOption + TDECmdLineLastOption }; |