summaryrefslogtreecommitdiffstats
path: root/src/compoundwidget.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/compoundwidget.cpp')
-rw-r--r--src/compoundwidget.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/compoundwidget.cpp b/src/compoundwidget.cpp
index 997be7c..40b16fc 100644
--- a/src/compoundwidget.cpp
+++ b/src/compoundwidget.cpp
@@ -54,7 +54,7 @@ void CompoundWidget::createLayout( )
{ TQGridLayout* gridLayout = new TQGridLayout( this );
TDEIconLoader* iconLoader = TDEGlobal::iconLoader( );
TQIconSet clearLeftIconSet = iconLoader->loadIconSet( "clear_left", TDEIcon::Small );
- TQIconSet fileOpenIconSet = iconLoader->loadIconSet( "fileopen", TDEIcon::Small );
+ TQIconSet fileOpenIconSet = iconLoader->loadIconSet( "document-open", TDEIcon::Small );
m_decoyButton = new TQPushButton( clearLeftIconSet, NULL, this, "target file button" );
m_excludeButton = new TQPushButton( clearLeftIconSet, NULL, this, "target file button" );