summaryrefslogtreecommitdiffstats
path: root/parts/filecreate/filecreate_part.h
diff options
context:
space:
mode:
Diffstat (limited to 'parts/filecreate/filecreate_part.h')
-rw-r--r--parts/filecreate/filecreate_part.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/parts/filecreate/filecreate_part.h b/parts/filecreate/filecreate_part.h
index 9d090493..0b6e5a01 100644
--- a/parts/filecreate/filecreate_part.h
+++ b/parts/filecreate/filecreate_part.h
@@ -10,16 +10,16 @@
-#ifndef __KDEVPART_FILECREATE_H__
-#define __KDEVPART_FILECREATE_H__
+#ifndef __TDEVPART_FILECREATE_H__
+#define __TDEVPART_FILECREATE_H__
#include <tqguardedptr.h>
#include <tqptrlist.h>
#include <tqwidget.h>
-#include <kdevplugin.h>
-#include <kdevcreatefile.h>
+#include <tdevplugin.h>
+#include <tdevcreatefile.h>
#include "filecreate_typechooser.h"
@@ -36,7 +36,7 @@ class ConfigWidgetProxy;
using namespace FileCreate;
-class FileCreatePart : public KDevCreateFile
+class FileCreatePart : public TDevCreateFile
{
Q_OBJECT
@@ -57,7 +57,7 @@ public:
* The user will be prompted as necessary for the missing information, and the
* file created, and added to the project as necessary.
*/
- virtual KDevCreateFile::CreatedFile createNewFile(TQString ext = TQString(),
+ virtual TDevCreateFile::CreatedFile createNewFile(TQString ext = TQString(),
TQString dir = TQString(),
TQString name = TQString(),
TQString subtype = TQString());
@@ -106,7 +106,7 @@ private:
/**
* If a file has been successfully created, open it
*/
- void openCreatedFile(const KDevCreateFile::CreatedFile & createdFile);
+ void openCreatedFile(const TDevCreateFile::CreatedFile & createdFile);
/**
* Reads in file type definitions from a config DOM and adds them