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 /buildtools/pascal/pascalproject_part.h | |
| parent | afb74575caf7dd8ccb6c235b1c8d788e320c19da (diff) | |
| download | tdevelop-722ce1efbac31c61b1d4b13f7e075c9f311e3e73.tar.gz tdevelop-722ce1efbac31c61b1d4b13f7e075c9f311e3e73.zip | |
Finish renaming tdevelop components
Diffstat (limited to 'buildtools/pascal/pascalproject_part.h')
| -rw-r--r-- | buildtools/pascal/pascalproject_part.h | 12 | 
1 files changed, 6 insertions, 6 deletions
| diff --git a/buildtools/pascal/pascalproject_part.h b/buildtools/pascal/pascalproject_part.h index 54d09b2e..8f46817b 100644 --- a/buildtools/pascal/pascalproject_part.h +++ b/buildtools/pascal/pascalproject_part.h @@ -8,18 +8,18 @@   *   (at your option) any later version.                                   *   *                                                                         *   ***************************************************************************/ -#ifndef __KDEVPART_PASCALPROJECT_H__ -#define __KDEVPART_PASCALPROJECT_H__ +#ifndef __TDEVPART_PASCALPROJECT_H__ +#define __TDEVPART_PASCALPROJECT_H__  #include <tqguardedptr.h> -#include "kdevbuildtool.h" +#include "tdevbuildtool.h"  class PascalProjectWidget;  class KDialogBase; -class KDevCompilerOptions; +class TDevCompilerOptions; -class PascalProjectPart : public KDevBuildTool +class PascalProjectPart : public TDevBuildTool  {      Q_OBJECT @@ -61,7 +61,7 @@ public:      virtual void changedFiles( const TQStringList & fileList );      virtual void changedFile( const TQString & fileName ); -    KDevCompilerOptions *createCompilerOptions(const TQString &name); +    TDevCompilerOptions *createCompilerOptions(const TQString &name);      virtual TQString defaultOptions(const TQString compiler) const;      TQStringList distFiles() const; | 
