diff options
| author | 2007-02-07 17:08:31 +0000 | |
|---|---|---|
| committer | 2007-02-07 17:08:31 +0000 | |
| commit | fc0ecb7862102effa6ef5d152d3e894fd2e49908 (patch) | |
| tree | 13701f2b1f33ce0a44963dc5bcbee631cdc0c1bb /src/modules/objects/class_listviewitem.cpp | |
| parent | updated/fixed italian translation (diff) | |
| download | KVIrc-fc0ecb7862102effa6ef5d152d3e894fd2e49908.tar.gz KVIrc-fc0ecb7862102effa6ef5d152d3e894fd2e49908.tar.bz2 KVIrc-fc0ecb7862102effa6ef5d152d3e894fd2e49908.zip | |
removed class image and enhanced pixmap class.
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@315 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'src/modules/objects/class_listviewitem.cpp')
| -rw-r--r-- | src/modules/objects/class_listviewitem.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/objects/class_listviewitem.cpp b/src/modules/objects/class_listviewitem.cpp index f50ab4910..7d193b98f 100644 --- a/src/modules/objects/class_listviewitem.cpp +++ b/src/modules/objects/class_listviewitem.cpp @@ -403,7 +403,7 @@ bool KviKvsObject_listviewitem::function_setPixmap(KviKvsObjectFunctionCall *c) c->warning(__tr2qs("Pixmap object or image Id required")); return true; } - pix=((KviKvsObject_pixmap *)obPixmap)->pixmap(); + pix=((KviKvsObject_pixmap *)obPixmap)->getPixmap(); } else { QString szPix; vPixmap->asString(szPix); |
