diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-14 17:04:05 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-14 17:04:05 -0600 |
commit | e8585949197fd7b5423328b0aeb8cceffa18f0db (patch) | |
tree | 7bf0436561b5a0b4c699db29213ed6cc3f3fc9b8 /libk3bdevice | |
parent | 32f2a45bd8f153fae4e321bb514f4f421ad1de38 (diff) | |
download | k3b-e8585949197fd7b5423328b0aeb8cceffa18f0db.tar.gz k3b-e8585949197fd7b5423328b0aeb8cceffa18f0db.zip |
Rename common header files for consistency with class renaming
Diffstat (limited to 'libk3bdevice')
-rw-r--r-- | libk3bdevice/k3bdevicemanager.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libk3bdevice/k3bdevicemanager.cpp b/libk3bdevice/k3bdevicemanager.cpp index dc94c9b..ab31a89 100644 --- a/libk3bdevice/k3bdevicemanager.cpp +++ b/libk3bdevice/k3bdevicemanager.cpp @@ -30,7 +30,7 @@ #include <tqregexp.h> #include <kprocess.h> -#include <kapplication.h> +#include <tdeapplication.h> #include <tdeconfig.h> #include <ktempfile.h> |