diff options
author | Timothy Pearson <[email protected]> | 2013-02-04 14:09:45 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-02-04 14:09:45 -0600 |
commit | e07fc3cb5dfe3f7dd4cc36b3bbd4064e86a1be15 (patch) | |
tree | 94803b21fdee73ff4e3e0233a1d06e515c0c2ec2 /src/gui/stringmapdialog.cpp | |
parent | b2c2c2b762ac216cb11ab0bfa798fbbceb9da61d (diff) | |
download | tellico-e07fc3cb5dfe3f7dd4cc36b3bbd4064e86a1be15.tar.gz tellico-e07fc3cb5dfe3f7dd4cc36b3bbd4064e86a1be15.zip |
Rename KIcon to enhance compatibility with KDE4
Diffstat (limited to 'src/gui/stringmapdialog.cpp')
-rw-r--r-- | src/gui/stringmapdialog.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/stringmapdialog.cpp b/src/gui/stringmapdialog.cpp index 7425e3b..ba9fb18 100644 --- a/src/gui/stringmapdialog.cpp +++ b/src/gui/stringmapdialog.cpp @@ -55,9 +55,9 @@ StringMapDialog::StringMapDialog(const TQMap<TQString, TQString>& map_, TQWidget KButtonBox* bb = new KButtonBox(box); bb->addStretch(); TQPushButton* btn = bb->addButton(i18n("&Set"), TQT_TQOBJECT(this), TQT_SLOT(slotAdd())); - btn->setIconSet(BarIcon(TQString::fromLatin1("filenew"), KIcon::SizeSmall)); + btn->setIconSet(BarIcon(TQString::fromLatin1("filenew"), TDEIcon::SizeSmall)); btn = bb->addButton(i18n("&Delete"), TQT_TQOBJECT(this), TQT_SLOT(slotDelete())); - btn->setIconSet(BarIcon(TQString::fromLatin1("editdelete"), KIcon::SizeSmall)); + btn->setIconSet(BarIcon(TQString::fromLatin1("editdelete"), TDEIcon::SizeSmall)); l->addWidget(box); l->addStretch(1); |