summaryrefslogtreecommitdiffstats
path: root/src/simplemainwindow.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2014-05-25 15:37:31 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2014-05-25 15:37:31 +0900
commit6392f5a9dfce2bf83617d49bb7f332181ec6004e (patch)
treeab69e390f7962b7e7dda1a3a64f035c61c751cf4 /src/simplemainwindow.cpp
parentaba2788b428dc53243407902e9ccbb20b97a69fd (diff)
downloadtdevelop-6392f5a9dfce2bf83617d49bb7f332181ec6004e.tar.gz
tdevelop-6392f5a9dfce2bf83617d49bb7f332181ec6004e.zip
Revert "Finish renaming tdevelop components"
This reverts commit 722ce1efbac31c61b1d4b13f7e075c9f311e3e73.
Diffstat (limited to 'src/simplemainwindow.cpp')
-rw-r--r--src/simplemainwindow.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/simplemainwindow.cpp b/src/simplemainwindow.cpp
index f82f4882..3c9db000 100644
--- a/src/simplemainwindow.cpp
+++ b/src/simplemainwindow.cpp
@@ -41,7 +41,7 @@
#include <profile.h>
#include <profileengine.h>
#include <designer.h>
-#include <tdevproject.h>
+#include <kdevproject.h>
#include <urlutil.h>
#include "api.h"
@@ -81,7 +81,7 @@ void SimpleMainWindow::init()
createFramework();
createActions();
- new TDevStatusBar(this);
+ new KDevStatusBar(this);
setAcceptDrops(true);
@@ -466,7 +466,7 @@ void SimpleMainWindow::createActions()
void SimpleMainWindow::raiseEditor()
{
kdDebug() << "SimpleMainWindow::raiseEditor" << endl;
- TDevPartController *partcontroller = API::getInstance()->partController();
+ KDevPartController *partcontroller = API::getInstance()->partController();
if (partcontroller->activePart() && partcontroller->activePart()->widget())
partcontroller->activePart()->widget()->setFocus();
}
@@ -983,7 +983,7 @@ void SimpleMainWindow::setCaption(const TQString &caption)
modified = ( state == Modified || state == DirtyAndModified );
}
- TDevProject *project = API::getInstance()->project();
+ KDevProject *project = API::getInstance()->project();
if (project)
{
TQString projectname = project->projectName();