From 53f16f741a1fcffd3f2b6bfbef9bb492993a9bb4 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Mon, 13 Oct 2014 12:47:17 -0500 Subject: Bring undo, redo, find, and revert icons into XDG compliance --- src/webquery.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/webquery.cpp') 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 ); -- cgit v1.2.1