diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-10-13 15:43:47 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-10-13 15:43:47 -0500 |
commit | 1b2919c124482f6570aed45825094c7584902ae5 (patch) | |
tree | ae4788a5f42aef53e4912d07d98c871c05cb0049 /src/loggingoptions.cpp | |
parent | 830aaff25ed656eb1ba16df29edad3b09d14b4a3 (diff) | |
download | knmap-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/loggingoptions.cpp')
-rw-r--r-- | src/loggingoptions.cpp | 2 |
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" ); |