summaryrefslogtreecommitdiffstats
path: root/krusader/Dialogs/krprogress.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-04 14:07:26 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-04 14:07:26 -0600
commit19e7a1afa3cd439f94b6892839c821ea82eece5c (patch)
tree13357a85c665b31550cd08791fbf4574dc5f4f00 /krusader/Dialogs/krprogress.cpp
parent86651d6d989faf513952a3ca848ab6d374b64e6e (diff)
downloadkrusader-19e7a1afa3cd439f94b6892839c821ea82eece5c.tar.gz
krusader-19e7a1afa3cd439f94b6892839c821ea82eece5c.zip
Rename KIcon to enhance compatibility with KDE4
Diffstat (limited to 'krusader/Dialogs/krprogress.cpp')
-rw-r--r--krusader/Dialogs/krprogress.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/krusader/Dialogs/krprogress.cpp b/krusader/Dialogs/krprogress.cpp
index b037d88..2e7893c 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", KIcon::NoGroup, 32 ),
- TDEGlobal::iconLoader()->loadIcon( "filesave", KIcon::NoGroup, 16 ) );
+ TDEGlobal::iconLoader()->loadIcon( "filesave", TDEIcon::NoGroup, 32 ),
+ TDEGlobal::iconLoader()->loadIcon( "filesave", TDEIcon::NoGroup, 16 ) );
#endif
TQVBoxLayout *topLayout = new TQVBoxLayout( this, KDialog::marginHint(),