diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-10-14 11:39:42 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-10-14 11:39:42 -0500 |
commit | 319f8ead57bafbbb74ec0d9dcac63bd49978c2e3 (patch) | |
tree | 8a858d28838f87c1f4b667c9ffa66d511ae25a4c /ksayit | |
parent | 5088dd903750874cbedff869f1075f8ad319e930 (diff) | |
download | tdeaccessibility-319f8ead57bafbbb74ec0d9dcac63bd49978c2e3.tar.gz tdeaccessibility-319f8ead57bafbbb74ec0d9dcac63bd49978c2e3.zip |
Bring package_development, package_games, package_graphics, package_network, package_multimedia, package_wordprocessing, edu_science, package_utilities, input_devices_settings, kcmsystem, personal, and looknfeel icons into XDG compliance
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) |