diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2014-03-02 20:05:33 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2014-03-02 20:05:33 +0100 |
commit | 722ce1efbac31c61b1d4b13f7e075c9f311e3e73 (patch) | |
tree | db1b6b28566e5fe9accb4a688f7257673cecb080 /parts/filecreate/filecreate_part.h | |
parent | afb74575caf7dd8ccb6c235b1c8d788e320c19da (diff) | |
download | tdevelop-722ce1efbac31c61b1d4b13f7e075c9f311e3e73.tar.gz tdevelop-722ce1efbac31c61b1d4b13f7e075c9f311e3e73.zip |
Finish renaming tdevelop components
Diffstat (limited to 'parts/filecreate/filecreate_part.h')
-rw-r--r-- | parts/filecreate/filecreate_part.h | 14 |
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 |