summaryrefslogtreecommitdiffstats
path: root/src/newstuff
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-10-14 11:39:39 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-10-14 11:39:39 -0500
commit8dfc66d7d452f5add3afde3aeee8311fd3a93864 (patch)
tree51e265abfeb34cf84ff957cd140af49160eed51a /src/newstuff
parentd75a2aa38c793d68f2943f01dde06968ebaead67 (diff)
downloadtellico-8dfc66d7d452f5add3afde3aeee8311fd3a93864.tar.gz
tellico-8dfc66d7d452f5add3afde3aeee8311fd3a93864.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 'src/newstuff')
-rw-r--r--src/newstuff/dialog.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/newstuff/dialog.cpp b/src/newstuff/dialog.cpp
index 15c5b70..56f1954 100644
--- a/src/newstuff/dialog.cpp
+++ b/src/newstuff/dialog.cpp
@@ -162,7 +162,7 @@ Dialog::Dialog(NewStuff::DataType type_, TQWidget* parent_)
TQPixmap pix;
if(m_type == EntryTemplate) {
- pix = DesktopIcon(TQString::fromLatin1("looknfeel"), TDEIcon::SizeLarge);
+ pix = DesktopIcon(TQString::fromLatin1("preferences-desktop"), TDEIcon::SizeLarge);
TQWhatsThis::add(m_install, i18n("Download and install the selected template."));
} else {
pix = UserIcon(TQString::fromLatin1("script"));
@@ -381,7 +381,7 @@ void Dialog::slotSelected(TQListViewItem* item_) {
m_lastPreviewItem = item_;
}
TQPixmap pix = m_type == EntryTemplate
- ? DesktopIcon(TQString::fromLatin1("looknfeel"), TDEIcon::SizeLarge)
+ ? DesktopIcon(TQString::fromLatin1("preferences-desktop"), TDEIcon::SizeLarge)
: UserIcon(TQString::fromLatin1("script"));
m_iconLabel->setPixmap(pix);