aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/dcc
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/dcc')
-rw-r--r--src/modules/dcc/DccCanvasWindow.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/dcc/DccCanvasWindow.cpp b/src/modules/dcc/DccCanvasWindow.cpp
index 223341d18..19389dab0 100644
--- a/src/modules/dcc/DccCanvasWindow.cpp
+++ b/src/modules/dcc/DccCanvasWindow.cpp
@@ -154,7 +154,7 @@ void DccCanvasWindow::fillCaptionBuffers()
QPixmap * DccCanvasWindow::myIconPtr()
{
- return g_pIconManager->getSmallIcon(KVI_SMALLICON_CANVAS);
+ return g_pIconManager->getSmallIcon(KviIconManager::Canvas);
}
void DccCanvasWindow::getBaseLogFileName(KviCString & buffer)