summaryrefslogtreecommitdiffstats
path: root/src/webquery.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-10-13 12:47:17 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-10-13 12:47:17 -0500
commit53f16f741a1fcffd3f2b6bfbef9bb492993a9bb4 (patch)
treee45d1354adcbcaa033dc5e3d14b2c0f5ccc2c252 /src/webquery.cpp
parente1c8f95bb242b557180d61ee07947ea72943d4e4 (diff)
downloadkbibtex-53f16f741a1fcffd3f2b6bfbef9bb492993a9bb4.tar.gz
kbibtex-53f16f741a1fcffd3f2b6bfbef9bb492993a9bb4.zip
Bring undo, redo, find, and revert icons into XDG compliance
Diffstat (limited to 'src/webquery.cpp')
-rw-r--r--src/webquery.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/webquery.cpp b/src/webquery.cpp
index 5d3caaa..32256e2 100644
--- a/src/webquery.cpp
+++ b/src/webquery.cpp
@@ -441,7 +441,7 @@ namespace KBibTeX
m_pushButtonSearch = new KPushButton( i18n( "&Search" ), this );
layout->addWidget( m_pushButtonSearch, 0, 3 );
- m_pushButtonSearch->setIconSet( TQIconSet( SmallIcon( "find" ) ) );
+ m_pushButtonSearch->setIconSet( TQIconSet( SmallIcon( "edit-find" ) ) );
m_pushButtonSearch->setEnabled( FALSE );
m_listViewResults = new TDEListView( this );