diff options
| author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-18 18:36:38 -0600 | 
|---|---|---|
| committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-18 18:36:38 -0600 | 
| commit | 9445f97b426e97c6ce46de18fba4030da45d56df (patch) | |
| tree | 5199825600092081f3256a8202f035b92612b109 /quanta/components/debugger/interfaces | |
| parent | 1fffbdafa12271a1a635caf46777fb8acfb6f31b (diff) | |
| download | tdewebdev-9445f97b426e97c6ce46de18fba4030da45d56df.tar.gz tdewebdev-9445f97b426e97c6ce46de18fba4030da45d56df.zip | |
Rename old tq methods that no longer need a unique name
Diffstat (limited to 'quanta/components/debugger/interfaces')
| -rw-r--r-- | quanta/components/debugger/interfaces/debuggerclient.h | 2 | ||||
| -rw-r--r-- | quanta/components/debugger/interfaces/debuggerinterface.h | 2 | 
2 files changed, 2 insertions, 2 deletions
| diff --git a/quanta/components/debugger/interfaces/debuggerclient.h b/quanta/components/debugger/interfaces/debuggerclient.h index 317ff3e3..69ba5650 100644 --- a/quanta/components/debugger/interfaces/debuggerclient.h +++ b/quanta/components/debugger/interfaces/debuggerclient.h @@ -109,7 +109,7 @@ class DebuggerClient : public TQObject      DebuggerInterface *debuggerInterface();    signals: -    void updatetqStatus(DebuggerUI::DebuggertqStatus); +    void updateStatus(DebuggerUI::DebuggerStatus);  }; diff --git a/quanta/components/debugger/interfaces/debuggerinterface.h b/quanta/components/debugger/interfaces/debuggerinterface.h index dabd685d..cf634884 100644 --- a/quanta/components/debugger/interfaces/debuggerinterface.h +++ b/quanta/components/debugger/interfaces/debuggerinterface.h @@ -44,7 +44,7 @@ class DebuggerInterface : public TQObject      virtual void havenoBreakpoint (const TQString& file, int line) = 0;      // Public help functions -    virtual bool showtqStatus(const TQString& message, bool log) = 0; +    virtual bool showStatus(const TQString& message, bool log) = 0;      virtual bool setActiveLine (const TQString& file, int line) = 0;      virtual void enableAction(const TQString& action, bool enable) = 0; | 
