summaryrefslogtreecommitdiffstats
path: root/src/klamav.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/klamav.cpp')
-rw-r--r--src/klamav.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/klamav.cpp b/src/klamav.cpp
index a79a58d..6a96fbc 100644
--- a/src/klamav.cpp
+++ b/src/klamav.cpp
@@ -240,7 +240,7 @@ void Klamav::updateTabState( int tabId, bool init ) {
}
if( config->readBoolEntry(optionName, true) ) {
- tab->insertTab(tabWidget, tabName.ascii());
+ tab->insertTab(tabWidget, tabName);
tabWidget->show();
if(!init) tab->setCurrentPage( tab->indexOf(tabWidget) );