diff options
Diffstat (limited to 'quanta/components/debugger/gubed/quantadebuggergubed.h')
| -rw-r--r-- | quanta/components/debugger/gubed/quantadebuggergubed.h | 7 | 
1 files changed, 4 insertions, 3 deletions
| diff --git a/quanta/components/debugger/gubed/quantadebuggergubed.h b/quanta/components/debugger/gubed/quantadebuggergubed.h index 624a8ae8..b30bbe5c 100644 --- a/quanta/components/debugger/gubed/quantadebuggergubed.h +++ b/quanta/components/debugger/gubed/quantadebuggergubed.h @@ -31,9 +31,10 @@ typedef TQMap<TQString, TQString> StringMap;  class QuantaDebuggerGubed : public DebuggerClient  {      Q_OBJECT +  TQ_OBJECT    public: -    QuantaDebuggerGubed(TQObject *parent, const char* name, const TQStringList&); +    QuantaDebuggerGubed(TQObject *tqparent, const char* name, const TQStringList&);      ~QuantaDebuggerGubed();      // Execution states @@ -109,7 +110,7 @@ class QuantaDebuggerGubed : public DebuggerClient      TQString m_listenPort;      bool    m_useproxy;      State   m_executionState, m_defaultExecutionState; -    long    m_errormask; +    long    m_errortqmask;      long    m_displaydelay;      WatchList m_watchlist; @@ -147,7 +148,7 @@ class QuantaDebuggerGubed : public DebuggerClient      void slotReadyAccept();    signals: -    void updateStatus(DebuggerUI::DebuggerStatus); +    void updatetqStatus(DebuggerUI::DebuggertqStatus);  };  #endif | 
