aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/actioneditor
diff options
context:
space:
mode:
authorGravatar Alexey Uzhva2007-06-06 05:37:03 +0000
committerGravatar Alexey Uzhva2007-06-06 05:37:03 +0000
commit2d250bf64eb08df60b3149e53fc839a857d47496 (patch)
tree69b17d66c8c9d14e0d892c83ab1bcfcb9d6acce8 /src/modules/actioneditor
parent*AUTOMATICALLY* updated KVI_SOURCES_DATE variable (diff)
downloadKVIrc-2d250bf64eb08df60b3149e53fc839a857d47496.tar.gz
KVIrc-2d250bf64eb08df60b3149e53fc839a857d47496.tar.bz2
KVIrc-2d250bf64eb08df60b3149e53fc839a857d47496.zip
fixes/improvements
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@601 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'src/modules/actioneditor')
-rw-r--r--src/modules/actioneditor/actioneditor.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/actioneditor/actioneditor.cpp b/src/modules/actioneditor/actioneditor.cpp
index 022fb8725..f4f345737 100644
--- a/src/modules/actioneditor/actioneditor.cpp
+++ b/src/modules/actioneditor/actioneditor.cpp
@@ -401,7 +401,7 @@ void KviSingleActionEditor::chooseBigIcon()
QString s = d->selectedImage();
delete d;
if(ret != QDialog::Accepted)return;
- QPixmap * p = g_pIconManager->getBigIcon(s.utf8().data());
+ QPixmap * p = g_pIconManager->getBigIcon(s);
if(!p)return;
m_pBigIconEdit->setText(s);
m_pBigIconButton->setPixmap(*p);