summaryrefslogtreecommitdiffstats
path: root/kdevdesigner/designer
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-14 17:20:08 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-14 17:20:08 -0600
commitef5399ae5a952065c7a0679d4a875d154c972945 (patch)
treefcb55d81ad3cadbd3005f3d91bd92a49570a0905 /kdevdesigner/designer
parent56af19378809499e458b6cba44b6988077268773 (diff)
downloadtdevelop-ef5399ae5a952065c7a0679d4a875d154c972945.tar.gz
tdevelop-ef5399ae5a952065c7a0679d4a875d154c972945.zip
Rename common header files for consistency with class renaming
Diffstat (limited to 'kdevdesigner/designer')
-rw-r--r--kdevdesigner/designer/kdevdesigner_part.cpp2
-rw-r--r--kdevdesigner/designer/metadatabase.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/kdevdesigner/designer/kdevdesigner_part.cpp b/kdevdesigner/designer/kdevdesigner_part.cpp
index f5c44a07..758dd1f4 100644
--- a/kdevdesigner/designer/kdevdesigner_part.cpp
+++ b/kdevdesigner/designer/kdevdesigner_part.cpp
@@ -237,7 +237,7 @@ void KDevDesignerPart::setupToolsAction( TDERadioAction * toggle, TQAction * act
// It's usually safe to leave the factory code alone.. with the
// notable exception of the TDEAboutData data
-#include <kaboutdata.h>
+#include <tdeaboutdata.h>
#include <klocale.h>
TDEInstance* KDevDesignerPartFactory::s_instance = 0L;
diff --git a/kdevdesigner/designer/metadatabase.cpp b/kdevdesigner/designer/metadatabase.cpp
index ec37a25c..7aa004d7 100644
--- a/kdevdesigner/designer/metadatabase.cpp
+++ b/kdevdesigner/designer/metadatabase.cpp
@@ -37,7 +37,7 @@
#include "kdevdesigner_part.h"
#include <kiconloader.h>
-#include <kapplication.h>
+#include <tdeapplication.h>
#include <kstandarddirs.h>
#include <tqapplication.h>