diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-14 17:05:42 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-14 17:05:42 -0600 |
commit | 0f00841dea9cb27181a97db2221a054779b49a89 (patch) | |
tree | a9d10780cf1861c603e7f4de79b35ed5e6183b7b /KMFSysTray/app.h | |
parent | 634b37663fbaee2a0d6471ab0ea93af5a06fb39b (diff) | |
download | kmyfirewall-0f00841dea9cb27181a97db2221a054779b49a89.tar.gz kmyfirewall-0f00841dea9cb27181a97db2221a054779b49a89.zip |
Rename common header files for consistency with class renaming
Diffstat (limited to 'KMFSysTray/app.h')
-rw-r--r-- | KMFSysTray/app.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/KMFSysTray/app.h b/KMFSysTray/app.h index a1bb7e8..e69b8ca 100644 --- a/KMFSysTray/app.h +++ b/KMFSysTray/app.h @@ -12,7 +12,7 @@ #ifndef APP_H #define APP_H -#include <kapplication.h> +#include <tdeapplication.h> /** @author Christian Hubinger |