diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-10-13 15:43:43 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-10-13 15:43:43 -0500 |
commit | f9de4723c8975d13c4219ef9a5fa8c90b8a2cd42 (patch) | |
tree | ebf12dc42b5862f2c68602b1f6e50e5d58330813 /src/settingssearchurl.cpp | |
parent | 53f16f741a1fcffd3f2b6bfbef9bb492993a9bb4 (diff) | |
download | kbibtex-f9de4723c8975d13c4219ef9a5fa8c90b8a2cd42.tar.gz kbibtex-f9de4723c8975d13c4219ef9a5fa8c90b8a2cd42.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/settingssearchurl.cpp')
-rw-r--r-- | src/settingssearchurl.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/settingssearchurl.cpp b/src/settingssearchurl.cpp index c0daacb..53b91ad 100644 --- a/src/settingssearchurl.cpp +++ b/src/settingssearchurl.cpp @@ -146,7 +146,7 @@ namespace KBibTeX layout->addWidget( m_pushbuttonEdit, 1, 1 ); m_pushbuttonDelete = new KPushButton( i18n( "search url", "Delete" ), this ); - m_pushbuttonDelete->setIconSet( TQIconSet( SmallIcon( "editdelete" ) ) ); + m_pushbuttonDelete->setIconSet( TQIconSet( SmallIcon( "edit-delete" ) ) ); layout->addWidget( m_pushbuttonDelete, 2, 1 ); m_pushbuttonReset = new KPushButton( i18n( "search url", "Reset" ), this ); |