diff options
Diffstat (limited to 'src/configdialog.cpp')
-rw-r--r-- | src/configdialog.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/configdialog.cpp b/src/configdialog.cpp index f406c5f..4e961fd 100644 --- a/src/configdialog.cpp +++ b/src/configdialog.cpp @@ -526,7 +526,7 @@ void ConfigDialog::setupFetchPage() { // these icons are rather arbitrary, but seem to vaguely fit TQVBoxLayout* vlay = new TQVBoxLayout(l); KPushButton* newSourceBtn = new KPushButton(i18n("&New..."), frame); - newSourceBtn->setIconSet(SmallIconSet(TQString::fromLatin1("filenew"))); + newSourceBtn->setIconSet(SmallIconSet(TQString::fromLatin1("document-new"))); TQWhatsThis::add(newSourceBtn, i18n("Click to add a new data source.")); m_modifySourceBtn = new KPushButton(i18n("&Modify..."), frame); m_modifySourceBtn->setIconSet(SmallIconSet(TQString::fromLatin1("network"))); |