diff options
Diffstat (limited to 'src/partcontroller.h')
| -rw-r--r-- | src/partcontroller.h | 6 | 
1 files changed, 3 insertions, 3 deletions
| diff --git a/src/partcontroller.h b/src/partcontroller.h index 2e621c38..064c6ef6 100644 --- a/src/partcontroller.h +++ b/src/partcontroller.h @@ -1,7 +1,7 @@  #ifndef __PARTCONTROLLER_H__  #define __PARTCONTROLLER_H__ -#include "kdevpartcontroller.h" +#include "tdevpartcontroller.h"  #include <tqwidget.h>  #include <tqdatetime.h> @@ -40,7 +40,7 @@ class KDirWatch;  /**  Part controler implementation.  */ -class PartController : public KDevPartController +class PartController : public TDevPartController  {    Q_OBJECT @@ -51,7 +51,7 @@ public:    static void createInstance(TQWidget *parent);    static PartController *getInstance(); -  ///// KDevPartController interface +  ///// TDevPartController interface    void setEncoding(const TQString &encoding);    void editDocument(const KURL &inputUrl, int lineNum=-1, int col=-1); | 
