diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-14 17:04:18 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-14 17:04:18 -0600 |
commit | 700e8c698d426535616a84c51fb73265b252614c (patch) | |
tree | a3f88b5cee3c4a5a70b537ec4f9b2f8722641a51 /k9author/k9menu.cpp | |
parent | 4d0a292856df54f77406ac54195ad87581a5dfcf (diff) | |
download | k9copy-700e8c698d426535616a84c51fb73265b252614c.tar.gz k9copy-700e8c698d426535616a84c51fb73265b252614c.zip |
Rename common header files for consistency with class renaming
Diffstat (limited to 'k9author/k9menu.cpp')
-rw-r--r-- | k9author/k9menu.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/k9author/k9menu.cpp b/k9author/k9menu.cpp index c91ca5f..d1f0daa 100644 --- a/k9author/k9menu.cpp +++ b/k9author/k9menu.cpp @@ -14,7 +14,7 @@ #include "k9process.h" #include <tqpainter.h> #include <tqbitmap.h> -#include <kapplication.h> +#include <tdeapplication.h> #include <tqfile.h> #include <tqdom.h> #include "k9tools.h" |