diff options
author | Timothy Pearson <[email protected]> | 2013-02-14 17:11:07 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-02-14 17:11:07 -0600 |
commit | 2b2b805df5f62a0bc900253dd3e774f2e2ad31e3 (patch) | |
tree | b47903cce60f86a6c3d8ef59db7f57be2ea55b64 /src/reportdialog.cpp | |
parent | 1a3870bbdfc9878e8f43f16668f8a939783aee71 (diff) | |
download | tellico-2b2b805df5f62a0bc900253dd3e774f2e2ad31e3.tar.gz tellico-2b2b805df5f62a0bc900253dd3e774f2e2ad31e3.zip |
Rename common header files for consistency with class renaming
Diffstat (limited to 'src/reportdialog.cpp')
-rw-r--r-- | src/reportdialog.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/reportdialog.cpp b/src/reportdialog.cpp index afae594..20d5b2c 100644 --- a/src/reportdialog.cpp +++ b/src/reportdialog.cpp @@ -29,7 +29,7 @@ #include <tdehtmlview.h> #include <kstandarddirs.h> #include <kdebug.h> -#include <kapplication.h> +#include <tdeapplication.h> #include <kpushbutton.h> #include <kiconloader.h> #include <ksortablevaluelist.h> |