summaryrefslogtreecommitdiffstats
path: root/src/fetchdialog.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <[email protected]>2014-10-13 15:43:51 -0500
committerTimothy Pearson <[email protected]>2014-10-13 15:43:51 -0500
commitd5e5197316509015cd3754ba2503ede96af751c4 (patch)
treec0b287aecb5b56016121dcfd8ae843e52a9dde17 /src/fetchdialog.cpp
parentfbdff8abf704f998381daa44e0515eac04531f21 (diff)
downloadtellico-d5e5197316509015cd3754ba2503ede96af751c4.tar.gz
tellico-d5e5197316509015cd3754ba2503ede96af751c4.zip
Bring filenew, fileopen, fileprint, filequickprint, filesave, filesaveas, fileclose, editclear, editcopy, editcut, editdelete, editpaste, folder_new, and gohome icons into XDG compliance
Diffstat (limited to 'src/fetchdialog.cpp')
-rw-r--r--src/fetchdialog.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fetchdialog.cpp b/src/fetchdialog.cpp
index 2f60d9c..003dedb 100644
--- a/src/fetchdialog.cpp
+++ b/src/fetchdialog.cpp
@@ -607,7 +607,7 @@ void FetchDialog::slotEditMultipleISBN() {
m_isbnTextEdit = new KTextEdit(box, "isbn text edit");
m_isbnTextEdit->setText(m_isbnList.join(TQChar('\n')));
TQWhatsThis::add(m_isbnTextEdit, s);
- KPushButton* fromFileBtn = new KPushButton(SmallIconSet(TQString::fromLatin1("fileopen")),
+ KPushButton* fromFileBtn = new KPushButton(SmallIconSet(TQString::fromLatin1("document-open")),
i18n("&Load From File..."), box);
TQWhatsThis::add(fromFileBtn, i18n("<qt>Load the list from a text file.</qt>"));
connect(fromFileBtn, TQT_SIGNAL(clicked()), TQT_SLOT(slotLoadISBNList()));