diff options
Diffstat (limited to 'quanta/treeviews/structtreetag.cpp')
-rw-r--r-- | quanta/treeviews/structtreetag.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/quanta/treeviews/structtreetag.cpp b/quanta/treeviews/structtreetag.cpp index 03a59ac1..7c3ffdc1 100644 --- a/quanta/treeviews/structtreetag.cpp +++ b/quanta/treeviews/structtreetag.cpp @@ -70,7 +70,7 @@ StructTreeTag::StructTreeTag(StructTreeTag *parent, Node *a_node, const TQString } else if (title == "img") { - setPixmap( 0, SmallIcon("image") ); + setPixmap( 0, SmallIcon("image-x-generic") ); title = space + tag->attributeValue("src"); } else |