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/main.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/main.cpp')
-rw-r--r-- | src/main.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/main.cpp b/src/main.cpp index b8f4690..0084c4e 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -14,9 +14,9 @@ #include "mainwindow.h" #include "translators/translators.h" // needed for file type enum -#include <kapplication.h> -#include <kcmdlineargs.h> -#include <kaboutdata.h> +#include <tdeapplication.h> +#include <tdecmdlineargs.h> +#include <tdeaboutdata.h> #include <klocale.h> namespace { |