diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-14 17:08:39 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-14 17:08:39 -0600 |
commit | cbf5d0cef8875e3a03b49338d42784e23f96b26d (patch) | |
tree | 8fa44fe14b0ee30cb11b382dc914c7c18578654f /tests | |
parent | 4e029b61904109e6a4b48119097cbe9976f291f6 (diff) | |
download | kpilot-cbf5d0cef8875e3a03b49338d42784e23f96b26d.tar.gz kpilot-cbf5d0cef8875e3a03b49338d42784e23f96b26d.zip |
Rename common header files for consistency with class renaming
Diffstat (limited to 'tests')
-rw-r--r-- | tests/exportdatebook.cc | 6 | ||||
-rw-r--r-- | tests/importaddresses.cc | 6 | ||||
-rw-r--r-- | tests/importdatebook.cc | 6 | ||||
-rw-r--r-- | tests/mergecalendars.cc | 6 | ||||
-rw-r--r-- | tests/testaddress.cc | 6 | ||||
-rw-r--r-- | tests/testcategories.cc | 6 | ||||
-rw-r--r-- | tests/testdatabase.cc | 6 | ||||
-rw-r--r-- | tests/testdatebook.cc | 6 | ||||
-rw-r--r-- | tests/testidmapper.cc | 6 |
9 files changed, 27 insertions, 27 deletions
diff --git a/tests/exportdatebook.cc b/tests/exportdatebook.cc index 89517b7..2f6533b 100644 --- a/tests/exportdatebook.cc +++ b/tests/exportdatebook.cc @@ -28,11 +28,11 @@ #include "options.h" -#include <kaboutdata.h> -#include <kapplication.h> +#include <tdeaboutdata.h> +#include <tdeapplication.h> #include <kdebug.h> #include <klocale.h> -#include <kcmdlineargs.h> +#include <tdecmdlineargs.h> #include <tdeconfigskeleton.h> #include <libkcal/calendar.h> diff --git a/tests/importaddresses.cc b/tests/importaddresses.cc index 3d4c0ff..4d37fa4 100644 --- a/tests/importaddresses.cc +++ b/tests/importaddresses.cc @@ -28,11 +28,11 @@ #include "options.h" -#include <kaboutdata.h> -#include <kapplication.h> +#include <tdeaboutdata.h> +#include <tdeapplication.h> #include <kdebug.h> #include <klocale.h> -#include <kcmdlineargs.h> +#include <tdecmdlineargs.h> #include <kabc/addressbook.h> #include <kabc/resourcefile.h> diff --git a/tests/importdatebook.cc b/tests/importdatebook.cc index c05ffa7..d3e83b6 100644 --- a/tests/importdatebook.cc +++ b/tests/importdatebook.cc @@ -28,11 +28,11 @@ #include "options.h" -#include <kaboutdata.h> -#include <kapplication.h> +#include <tdeaboutdata.h> +#include <tdeapplication.h> #include <kdebug.h> #include <klocale.h> -#include <kcmdlineargs.h> +#include <tdecmdlineargs.h> #include <libkcal/calendar.h> #include <libkcal/calendarlocal.h> diff --git a/tests/mergecalendars.cc b/tests/mergecalendars.cc index b451ba7..926b8a5 100644 --- a/tests/mergecalendars.cc +++ b/tests/mergecalendars.cc @@ -25,11 +25,11 @@ ** Bug reports and questions can be sent to kde-pim@kde.org */ -#include <kaboutdata.h> -#include <kapplication.h> +#include <tdeaboutdata.h> +#include <tdeapplication.h> #include <kdebug.h> #include <klocale.h> -#include <kcmdlineargs.h> +#include <tdecmdlineargs.h> #include <tdeconfigskeleton.h> #include <libkcal/calendar.h> diff --git a/tests/testaddress.cc b/tests/testaddress.cc index bcedd9c..1f5b466 100644 --- a/tests/testaddress.cc +++ b/tests/testaddress.cc @@ -28,11 +28,11 @@ #include "options.h" -#include <kaboutdata.h> -#include <kapplication.h> +#include <tdeaboutdata.h> +#include <tdeapplication.h> #include <kdebug.h> #include <klocale.h> -#include <kcmdlineargs.h> +#include <tdecmdlineargs.h> #include "pilot.h" #include "pilotAddress.h" diff --git a/tests/testcategories.cc b/tests/testcategories.cc index 299b738..e2d4b25 100644 --- a/tests/testcategories.cc +++ b/tests/testcategories.cc @@ -28,11 +28,11 @@ #include "options.h" -#include <kaboutdata.h> -#include <kapplication.h> +#include <tdeaboutdata.h> +#include <tdeapplication.h> #include <kdebug.h> #include <klocale.h> -#include <kcmdlineargs.h> +#include <tdecmdlineargs.h> #include "pilotLocalDatabase.h" #include "pilotRecord.h" diff --git a/tests/testdatabase.cc b/tests/testdatabase.cc index 768d06f..fd397be 100644 --- a/tests/testdatabase.cc +++ b/tests/testdatabase.cc @@ -28,11 +28,11 @@ #include "options.h" -#include <kaboutdata.h> -#include <kapplication.h> +#include <tdeaboutdata.h> +#include <tdeapplication.h> #include <kdebug.h> #include <klocale.h> -#include <kcmdlineargs.h> +#include <tdecmdlineargs.h> #include "pilotLocalDatabase.h" #include "pilotRecord.h" diff --git a/tests/testdatebook.cc b/tests/testdatebook.cc index 1facced..5852585 100644 --- a/tests/testdatebook.cc +++ b/tests/testdatebook.cc @@ -28,11 +28,11 @@ #include "options.h" -#include <kaboutdata.h> -#include <kapplication.h> +#include <tdeaboutdata.h> +#include <tdeapplication.h> #include <kdebug.h> #include <klocale.h> -#include <kcmdlineargs.h> +#include <tdecmdlineargs.h> #include "pilot.h" #include "pilotDateEntry.h" diff --git a/tests/testidmapper.cc b/tests/testidmapper.cc index d5e460e..8c9cccf 100644 --- a/tests/testidmapper.cc +++ b/tests/testidmapper.cc @@ -29,9 +29,9 @@ #include "idmapper.h" #include "options.h" -#include <kaboutdata.h> -#include <kapplication.h> -#include <kcmdlineargs.h> +#include <tdeaboutdata.h> +#include <tdeapplication.h> +#include <tdecmdlineargs.h> #include <tqdir.h> #include <tqfile.h> |