summaryrefslogtreecommitdiffstats
path: root/src/newstuff
diff options
context:
space:
mode:
authorTimothy Pearson <[email protected]>2013-02-04 14:09:45 -0600
committerTimothy Pearson <[email protected]>2013-02-04 14:09:45 -0600
commite07fc3cb5dfe3f7dd4cc36b3bbd4064e86a1be15 (patch)
tree94803b21fdee73ff4e3e0233a1d06e515c0c2ec2 /src/newstuff
parentb2c2c2b762ac216cb11ab0bfa798fbbceb9da61d (diff)
downloadtellico-e07fc3cb5dfe3f7dd4cc36b3bbd4064e86a1be15.tar.gz
tellico-e07fc3cb5dfe3f7dd4cc36b3bbd4064e86a1be15.zip
Rename KIcon to enhance compatibility with KDE4
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 5fd7ff0..7b32f38 100644
--- a/src/newstuff/dialog.cpp
+++ b/src/newstuff/dialog.cpp
@@ -157,7 +157,7 @@ Dialog::Dialog(NewStuff::DataType type_, TQWidget* parent_)
TQPixmap pix;
if(m_type == EntryTemplate) {
- pix = DesktopIcon(TQString::fromLatin1("looknfeel"), KIcon::SizeLarge);
+ pix = DesktopIcon(TQString::fromLatin1("looknfeel"), TDEIcon::SizeLarge);
TQWhatsThis::add(m_install, i18n("Download and install the selected template."));
} else {
pix = UserIcon(TQString::fromLatin1("script"));
@@ -371,7 +371,7 @@ void Dialog::slotSelected(TQListViewItem* item_) {
m_lastPreviewItem = item_;
}
TQPixmap pix = m_type == EntryTemplate
- ? DesktopIcon(TQString::fromLatin1("looknfeel"), KIcon::SizeLarge)
+ ? DesktopIcon(TQString::fromLatin1("looknfeel"), TDEIcon::SizeLarge)
: UserIcon(TQString::fromLatin1("script"));
m_iconLabel->setPixmap(pix);