diff options
author | Timothy Pearson <[email protected]> | 2013-02-14 17:20:35 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-02-14 17:20:35 -0600 |
commit | ee38b2862bfd887e95cf62fdf244edad40ece7b2 (patch) | |
tree | 63264ce0ff5cd7083b47f4d6dc1a5dbde8c2cceb /kommander/widgets/aboutdialog.cpp | |
parent | 93654a4f980a527e6f27196e6ce57220fd382733 (diff) | |
download | tdewebdev-ee38b2862bfd887e95cf62fdf244edad40ece7b2.tar.gz tdewebdev-ee38b2862bfd887e95cf62fdf244edad40ece7b2.zip |
Rename common header files for consistency with class renaming
Diffstat (limited to 'kommander/widgets/aboutdialog.cpp')
-rw-r--r-- | kommander/widgets/aboutdialog.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kommander/widgets/aboutdialog.cpp b/kommander/widgets/aboutdialog.cpp index f345806e..7804e439 100644 --- a/kommander/widgets/aboutdialog.cpp +++ b/kommander/widgets/aboutdialog.cpp @@ -15,8 +15,8 @@ #include "kommanderplugin.h" #include "specials.h" -#include <kaboutdata.h> -#include <kaboutapplication.h> +#include <tdeaboutdata.h> +#include <tdeaboutapplication.h> #include <kiconloader.h> #include <klocale.h> #include <kstandarddirs.h> |