diff options
Diffstat (limited to 'src/tools/picc/picc_compile.h')
-rw-r--r-- | src/tools/picc/picc_compile.h | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/src/tools/picc/picc_compile.h b/src/tools/picc/picc_compile.h index 7613a21..ef2e70d 100644 --- a/src/tools/picc/picc_compile.h +++ b/src/tools/picc/picc_compile.h @@ -16,7 +16,7 @@ namespace PICC //----------------------------------------------------------------------------- class Process : public Compile::Process { -Q_OBJECT +TQ_OBJECT protected: virtual TQString deviceName() const { return _data.device; } @@ -28,7 +28,7 @@ protected: //----------------------------------------------------------------------------- class CompileStandaloneFile : public Process { -Q_OBJECT +TQ_OBJECT protected: virtual TQString outputFiles() const; @@ -38,7 +38,7 @@ protected: //----------------------------------------------------------------------------- class CompileProjectFile : public Process { -Q_OBJECT +TQ_OBJECT protected: virtual TQString outputFiles() const; @@ -48,7 +48,7 @@ protected: //----------------------------------------------------------------------------- class AssembleStandaloneFile : public Process { -Q_OBJECT +TQ_OBJECT protected: virtual TQString outputFiles() const; @@ -58,7 +58,7 @@ protected: //----------------------------------------------------------------------------- class AssembleProjectFile : public Process { -Q_OBJECT +TQ_OBJECT protected: virtual TQString outputFiles() const; @@ -68,7 +68,7 @@ protected: //----------------------------------------------------------------------------- class LinkProject : public Process { -Q_OBJECT +TQ_OBJECT protected: virtual TQString outputFiles() const; @@ -78,7 +78,7 @@ protected: //----------------------------------------------------------------------------- class LibraryProject : public Process { -Q_OBJECT +TQ_OBJECT protected: virtual TQString outputFiles() const; |