summaryrefslogtreecommitdiffstats
path: root/buildtools/ada/adaproject_part.h
diff options
context:
space:
mode:
Diffstat (limited to 'buildtools/ada/adaproject_part.h')
-rw-r--r--buildtools/ada/adaproject_part.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/buildtools/ada/adaproject_part.h b/buildtools/ada/adaproject_part.h
index 5511da78..46b328c4 100644
--- a/buildtools/ada/adaproject_part.h
+++ b/buildtools/ada/adaproject_part.h
@@ -6,18 +6,18 @@
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*/
-#ifndef __KDEVPART_ADAPROJECT_H__
-#define __KDEVPART_ADAPROJECT_H__
+#ifndef __TDEVPART_ADAPROJECT_H__
+#define __TDEVPART_ADAPROJECT_H__
#include <tqguardedptr.h>
-#include "kdevbuildtool.h"
+#include "tdevbuildtool.h"
class AdaProjectWidget;
class KDialogBase;
-class KDevCompilerOptions;
+class TDevCompilerOptions;
-class AdaProjectPart : public KDevBuildTool
+class AdaProjectPart : public TDevBuildTool
{
Q_OBJECT
@@ -59,7 +59,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);
TQStringList distFiles() const;