diff options
author | Timothy Pearson <[email protected]> | 2013-02-14 17:16:01 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-02-14 17:16:01 -0600 |
commit | ccbad20c6d5a2da13adaf0a3e5e591d3aecd967b (patch) | |
tree | ecfd42cd129756df249919c4ecf48d45708e8b76 /xparts/xpart_notepad/shell_xparthost.cpp | |
parent | df713176eddc75488138fd58b0359e6cd53d6a71 (diff) | |
download | tdebindings-ccbad20c6d5a2da13adaf0a3e5e591d3aecd967b.tar.gz tdebindings-ccbad20c6d5a2da13adaf0a3e5e591d3aecd967b.zip |
Rename common header files for consistency with class renaming
Diffstat (limited to 'xparts/xpart_notepad/shell_xparthost.cpp')
-rw-r--r-- | xparts/xpart_notepad/shell_xparthost.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xparts/xpart_notepad/shell_xparthost.cpp b/xparts/xpart_notepad/shell_xparthost.cpp index 95d744a4..666c16a6 100644 --- a/xparts/xpart_notepad/shell_xparthost.cpp +++ b/xparts/xpart_notepad/shell_xparthost.cpp @@ -4,7 +4,7 @@ #include <dcopclient.h> #include <dcopobject.h> -#include <kapplication.h> +#include <tdeapplication.h> #include <kstdaction.h> #include <tdeaction.h> #include <tdemainwindow.h> |