summaryrefslogtreecommitdiffstats
path: root/src/partcontroller.h
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/partcontroller.h
parentaba2788b428dc53243407902e9ccbb20b97a69fd (diff)
downloadtdevelop-6392f5a9dfce2bf83617d49bb7f332181ec6004e.tar.gz
tdevelop-6392f5a9dfce2bf83617d49bb7f332181ec6004e.zip
Revert "Finish renaming tdevelop components"
This reverts commit 722ce1efbac31c61b1d4b13f7e075c9f311e3e73.
Diffstat (limited to 'src/partcontroller.h')
-rw-r--r--src/partcontroller.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/partcontroller.h b/src/partcontroller.h
index 064c6ef6..2e621c38 100644
--- a/src/partcontroller.h
+++ b/src/partcontroller.h
@@ -1,7 +1,7 @@
#ifndef __PARTCONTROLLER_H__
#define __PARTCONTROLLER_H__
-#include "tdevpartcontroller.h"
+#include "kdevpartcontroller.h"
#include <tqwidget.h>
#include <tqdatetime.h>
@@ -40,7 +40,7 @@ class KDirWatch;
/**
Part controler implementation.
*/
-class PartController : public TDevPartController
+class PartController : public KDevPartController
{
Q_OBJECT
@@ -51,7 +51,7 @@ public:
static void createInstance(TQWidget *parent);
static PartController *getInstance();
- ///// TDevPartController interface
+ ///// KDevPartController interface
void setEncoding(const TQString &encoding);
void editDocument(const KURL &inputUrl, int lineNum=-1, int col=-1);