summaryrefslogtreecommitdiffstats
path: root/src/stylesheetdialog.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/stylesheetdialog.cpp')
-rw-r--r--src/stylesheetdialog.cpp2
1 files changed, 1 insertions, 1 deletions
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" );