diff options
Diffstat (limited to 'ksayit')
-rw-r--r-- | ksayit/src/docbookclasses.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ksayit/src/docbookclasses.cpp b/ksayit/src/docbookclasses.cpp index 7c17c22..3129dc0 100644 --- a/ksayit/src/docbookclasses.cpp +++ b/ksayit/src/docbookclasses.cpp @@ -364,7 +364,7 @@ TQVariant AuthorGroup::getValue( unsigned int index ) const Author::Author(ListViewInterface *parent, ListViewInterface *after, TQString label) : ListViewInterface(parent, after, label) { - TQPixmap pixmap = TDEGlobal::iconLoader()->loadIcon("personal", TDEIcon::Small); + TQPixmap pixmap = TDEGlobal::iconLoader()->loadIcon("preferences-desktop-personal", TDEIcon::Small); this->setPixmap(0, pixmap); // new Concept (begin) |