summaryrefslogtreecommitdiffstats
path: root/kommander/widgets
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-14 17:20:35 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-14 17:20:35 -0600
commitee38b2862bfd887e95cf62fdf244edad40ece7b2 (patch)
tree63264ce0ff5cd7083b47f4d6dc1a5dbde8c2cceb /kommander/widgets
parent93654a4f980a527e6f27196e6ce57220fd382733 (diff)
downloadtdewebdev-ee38b2862bfd887e95cf62fdf244edad40ece7b2.tar.gz
tdewebdev-ee38b2862bfd887e95cf62fdf244edad40ece7b2.zip
Rename common header files for consistency with class renaming
Diffstat (limited to 'kommander/widgets')
-rw-r--r--kommander/widgets/aboutdialog.cpp4
-rw-r--r--kommander/widgets/execbutton.cpp2
2 files changed, 3 insertions, 3 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>
diff --git a/kommander/widgets/execbutton.cpp b/kommander/widgets/execbutton.cpp
index a9a906f0..f4b73ccc 100644
--- a/kommander/widgets/execbutton.cpp
+++ b/kommander/widgets/execbutton.cpp
@@ -15,7 +15,7 @@
***************************************************************************/
/* KDE INCLUDES */
-#include <kapplication.h>
+#include <tdeapplication.h>
#include <klocale.h>
#include <kmessagebox.h>