aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/dcc/DccVideoWindow.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/dcc/DccVideoWindow.cpp')
-rw-r--r--src/modules/dcc/DccVideoWindow.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/dcc/DccVideoWindow.cpp b/src/modules/dcc/DccVideoWindow.cpp
index 4c1149e3e..a20d0489c 100644
--- a/src/modules/dcc/DccVideoWindow.cpp
+++ b/src/modules/dcc/DccVideoWindow.cpp
@@ -416,7 +416,7 @@ exit_dcc:
}
DccVideoWindow::DccVideoWindow(KviMainWindow *pFrm,DccDescriptor * dcc,const char * name)
-: DccWindow(KVI_WINDOW_TYPE_DCCVIDEO,pFrm,name,dcc)
+: DccWindow(KviWindow::DccVideo,pFrm,name,dcc)
{
m_pDescriptor = dcc;
m_pSlaveThread = 0;