summaryrefslogtreecommitdiffstats
path: root/src/entrywidgetother.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/entrywidgetother.cpp')
-rw-r--r--src/entrywidgetother.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/entrywidgetother.cpp b/src/entrywidgetother.cpp
index 1201a60..85b2038 100644
--- a/src/entrywidgetother.cpp
+++ b/src/entrywidgetother.cpp
@@ -167,7 +167,7 @@ namespace KBibTeX
m_pushButtonOpen = new KPushButton( i18n( "Op&en" ), this, "m_pushButtonOpen" );
gridLayout->addWidget( m_pushButtonOpen, 4, 2 );
- m_pushButtonOpen->setIconSet( TQIconSet( SmallIcon( "fileopen" ) ) );
+ m_pushButtonOpen->setIconSet( TQIconSet( SmallIcon( "document-open" ) ) );
spacer = new TQSpacerItem( 20, 110, TQSizePolicy::Minimum, TQSizePolicy::Expanding );
gridLayout->addItem( spacer, 5, 2 );
@@ -199,7 +199,7 @@ namespace KBibTeX
m_pushButtonDelete->setEnabled( !m_isReadOnly && contains );
m_pushButtonAdd->setEnabled( !m_isReadOnly && !text.isEmpty() && !m_fieldLineEditValue->isEmpty() && isUnknown );
m_pushButtonAdd->setText( contains ? i18n( "&Apply" ) : i18n( "&Add" ) );
- m_pushButtonAdd->setIconSet( TQIconSet( SmallIcon( contains ? "apply" : "fileopen" ) ) );
+ m_pushButtonAdd->setIconSet( TQIconSet( SmallIcon( contains ? "apply" : "document-open" ) ) );
bool validURL = FALSE;
if ( contains )