summaryrefslogtreecommitdiffstats
path: root/src/tools/boost
diff options
context:
space:
mode:
Diffstat (limited to 'src/tools/boost')
-rw-r--r--src/tools/boost/boostc_compile.h6
-rw-r--r--src/tools/boost/gui/boost_ui.h2
2 files changed, 4 insertions, 4 deletions
diff --git a/src/tools/boost/boostc_compile.h b/src/tools/boost/boostc_compile.h
index a6a95d1..75d1497 100644
--- a/src/tools/boost/boostc_compile.h
+++ b/src/tools/boost/boostc_compile.h
@@ -17,7 +17,7 @@ namespace Boost
class Process : public Compile::Process
{
Q_OBJECT
- TQ_OBJECT
+
protected:
virtual TQString deviceName() const { return "PIC" + _data.device; }
virtual void logStderrLine(const TQString &line);
@@ -27,7 +27,7 @@ protected:
class CompileFile : public Process
{
Q_OBJECT
- TQ_OBJECT
+
protected:
virtual TQStringList genericArguments(const Compile::Config &config) const;
virtual TQString outputFiles() const;
@@ -37,7 +37,7 @@ protected:
class Link : public Process
{
Q_OBJECT
- TQ_OBJECT
+
protected:
virtual TQString objectExtension() const { return "obj"; }
virtual TQStringList genericArguments(const Compile::Config &config) const;
diff --git a/src/tools/boost/gui/boost_ui.h b/src/tools/boost/gui/boost_ui.h
index daa5047..0b42482 100644
--- a/src/tools/boost/gui/boost_ui.h
+++ b/src/tools/boost/gui/boost_ui.h
@@ -18,7 +18,7 @@ namespace Boost
class ConfigWidget : public ToolConfigWidget
{
Q_OBJECT
- TQ_OBJECT
+
public:
ConfigWidget(Project *project);
virtual void initEntries();