summaryrefslogtreecommitdiffstats
path: root/src/loggingoptions.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/loggingoptions.cpp')
-rw-r--r--src/loggingoptions.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/loggingoptions.cpp b/src/loggingoptions.cpp
index 75a2b9c..33ba892 100644
--- a/src/loggingoptions.cpp
+++ b/src/loggingoptions.cpp
@@ -52,7 +52,7 @@ LoggingOptions::LoggingOptions( TQWidget* parent, const char* name )
void LoggingOptions::createLayout( )
{ TQGridLayout* gridLayout = new TQGridLayout( this );
TDEIconLoader* iconLoader = TDEGlobal::iconLoader( );
- TQIconSet fileOpenIconSet = iconLoader->loadIconSet( "fileopen", TDEIcon::Small );
+ TQIconSet fileOpenIconSet = iconLoader->loadIconSet( "document-open", TDEIcon::Small );
m_baseFileNameButton = new TQPushButton( fileOpenIconSet, NULL, this, "base file name button" );
m_grepableLogButton = new TQPushButton( fileOpenIconSet, NULL, this, "grepable log button" );