diff options
author | Timothy Pearson <[email protected]> | 2013-02-14 17:13:28 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-02-14 17:13:28 -0600 |
commit | 6fe537d6dff11f4c638c51ed1f652765b63f8591 (patch) | |
tree | e657438162c502c69864af727434ad5f4498838e /konq-plugins/webarchiver/archivedialog.cpp | |
parent | cd8d59cad8377855c7bf746436518dca8eb7ce45 (diff) | |
download | tdeaddons-6fe537d6dff11f4c638c51ed1f652765b63f8591.tar.gz tdeaddons-6fe537d6dff11f4c638c51ed1f652765b63f8591.zip |
Rename common header files for consistency with class renaming
Diffstat (limited to 'konq-plugins/webarchiver/archivedialog.cpp')
-rw-r--r-- | konq-plugins/webarchiver/archivedialog.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/konq-plugins/webarchiver/archivedialog.cpp b/konq-plugins/webarchiver/archivedialog.cpp index cb77ab5..ac7f99f 100644 --- a/konq-plugins/webarchiver/archivedialog.cpp +++ b/konq-plugins/webarchiver/archivedialog.cpp @@ -39,7 +39,7 @@ #include <tqiodevice.h> #include <tdelistview.h> #include <tdeio/job.h> -#include <kapplication.h> +#include <tdeapplication.h> #include <kurllabel.h> #include <kprogress.h> #include <kstringhandler.h> |