From 1b2919c124482f6570aed45825094c7584902ae5 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Mon, 13 Oct 2014 15:43:47 -0500 Subject: Bring filenew, fileopen, fileprint, filequickprint, filesave, filesaveas, fileclose, editclear, editcopy, editcut, editdelete, editpaste, folder_new, and gohome icons into XDG compliance --- src/compoundwidget.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/compoundwidget.cpp') 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" ); -- cgit v1.2.1