summaryrefslogtreecommitdiffstats
path: root/src/compoundwidget.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-10-13 15:43:47 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-10-13 15:43:47 -0500
commit1b2919c124482f6570aed45825094c7584902ae5 (patch)
treeae4788a5f42aef53e4912d07d98c871c05cb0049 /src/compoundwidget.cpp
parent830aaff25ed656eb1ba16df29edad3b09d14b4a3 (diff)
downloadknmap-1b2919c124482f6570aed45825094c7584902ae5.tar.gz
knmap-1b2919c124482f6570aed45825094c7584902ae5.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/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" );