diff options
Diffstat (limited to 'src/modules/dcc/DccChatWindow.h')
| -rw-r--r-- | src/modules/dcc/DccChatWindow.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/dcc/DccChatWindow.h b/src/modules/dcc/DccChatWindow.h index 7a2eb1531..1bc80c202 100644 --- a/src/modules/dcc/DccChatWindow.h +++ b/src/modules/dcc/DccChatWindow.h @@ -69,7 +69,7 @@ class DccChatWindow : public DccWindow { Q_OBJECT public: - DccChatWindow(KviMainWindow *pFrm,DccDescriptor * dcc,const char * name); + DccChatWindow(DccDescriptor * dcc,const char * name); ~DccChatWindow(); QFrame * buttonContainer() { return (QFrame*)m_pButtonContainer; }; protected: |
