diff options
| author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-10-13 15:43:49 -0500 | 
|---|---|---|
| committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-10-13 15:43:49 -0500 | 
| commit | 2e060b38699ff1a15b4ed532833c5ab0f75f60a7 (patch) | |
| tree | 7f04601311be438b4c8f5159055e9a4fe889f9df /krusader/Dialogs/krprogress.cpp | |
| parent | b18099fab78b7ab3db60d24b7d0657699b6320ee (diff) | |
| download | krusader-2e060b38699ff1a15b4ed532833c5ab0f75f60a7.tar.gz krusader-2e060b38699ff1a15b4ed532833c5ab0f75f60a7.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 'krusader/Dialogs/krprogress.cpp')
| -rw-r--r-- | krusader/Dialogs/krprogress.cpp | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/krusader/Dialogs/krprogress.cpp b/krusader/Dialogs/krprogress.cpp index ddbdf25..4c6b1f6 100644 --- a/krusader/Dialogs/krprogress.cpp +++ b/krusader/Dialogs/krprogress.cpp @@ -44,8 +44,8 @@ KrProgress::KrProgress( TDEIO::Job* job )  #ifdef TQ_WS_X11 //FIXME(E): Remove once all the KWin::foo calls have been ported to TQWS    // Set a useful icon for this window!    KWin::setIcons( winId(), -          TDEGlobal::iconLoader()->loadIcon( "filesave", TDEIcon::NoGroup, 32 ), -          TDEGlobal::iconLoader()->loadIcon( "filesave", TDEIcon::NoGroup, 16 ) ); +          TDEGlobal::iconLoader()->loadIcon( "document-save", TDEIcon::NoGroup, 32 ), +          TDEGlobal::iconLoader()->loadIcon( "document-save", TDEIcon::NoGroup, 16 ) );  #endif    TQVBoxLayout *topLayout = new TQVBoxLayout( this, KDialog::marginHint(), | 
