diff options
Diffstat (limited to 'src/modules/dcc/thread.h')
-rw-r--r-- | src/modules/dcc/thread.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/dcc/thread.h b/src/modules/dcc/thread.h index b91e2a20..7687f653 100644 --- a/src/modules/dcc/thread.h +++ b/src/modules/dcc/thread.h @@ -66,7 +66,7 @@ protected: protected: bool handleInvalidSocketRead(int readLen); public: - TQObject * tqparent(){ return m_pParent; }; + TQObject * parent(){ return m_pParent; }; void postErrorEvent(int err); // Warning!..newer call __tr() here!...use __tr_no_lookup() void postMessageEvent(const char * message); |