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/testidmapper.cc | |
parent | 4e029b61904109e6a4b48119097cbe9976f291f6 (diff) | |
download | kpilot-cbf5d0cef8875e3a03b49338d42784e23f96b26d.tar.gz kpilot-cbf5d0cef8875e3a03b49338d42784e23f96b26d.zip |
Rename common header files for consistency with class renaming
Diffstat (limited to 'tests/testidmapper.cc')
-rw-r--r-- | tests/testidmapper.cc | 6 |
1 files changed, 3 insertions, 3 deletions
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> |