aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/dcc/DccChatWindow.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/dcc/DccChatWindow.cpp')
-rw-r--r--src/modules/dcc/DccChatWindow.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/modules/dcc/DccChatWindow.cpp b/src/modules/dcc/DccChatWindow.cpp
index dff390e64..eaf657e2f 100644
--- a/src/modules/dcc/DccChatWindow.cpp
+++ b/src/modules/dcc/DccChatWindow.cpp
@@ -69,9 +69,9 @@
extern DccBroker * g_pDccBroker;
-//////////////////////////////////////////////////////////////////////////////////////
+//
// WINDOW
-//////////////////////////////////////////////////////////////////////////////////////
+//
DccChatWindow::DccChatWindow(DccDescriptor * dcc, const char * name)
: DccWindow(KviWindow::DccChat, name, dcc)
@@ -595,9 +595,9 @@ void DccChatWindow::connected()
}
}
-//////////////////////////////////////////////////////////////////////////////////////
+//
// THREAD
-//////////////////////////////////////////////////////////////////////////////////////
+//
DccChatThread::DccChatThread(KviWindow * wnd, kvi_socket_t fd)
: DccThread(wnd, fd)