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/stylesheetdialog.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/stylesheetdialog.cpp') diff --git a/src/stylesheetdialog.cpp b/src/stylesheetdialog.cpp index f2b49b4..da242a0 100644 --- a/src/stylesheetdialog.cpp +++ b/src/stylesheetdialog.cpp @@ -50,7 +50,7 @@ StylesheetDialog::StylesheetDialog( const TQString& currentStylesheetURL, m_stylesheetURLs( stylesheetURLs ) { TQGridLayout* layout = new TQGridLayout( plainPage( )); TDEIconLoader* iconLoader = TDEGlobal::iconLoader( ); - TQIconSet fileOpenIconSet = iconLoader->loadIconSet( "fileopen", TDEIcon::Small ); + TQIconSet fileOpenIconSet = iconLoader->loadIconSet( "document-open", TDEIcon::Small ); TQPushButton* urlButton = new TQPushButton( fileOpenIconSet, NULL, plainPage( ), "stylesheet url button" ); m_urlLineEdit = new TQLineEdit( plainPage( ), "stylesheet url line edit" ); m_urlListBox = new TQListBox( plainPage( ), "stylesheet url list box" ); -- cgit v1.2.1