diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-24 13:25:03 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-24 13:25:03 -0600 |
commit | b8fb4538e9eddfeb9eb0fa8def496f58cb7a9bf1 (patch) | |
tree | 1ef0b39b7a11558da73419c7162c0b585f640cbe /krusader/Dialogs/krprogress.cpp | |
parent | c92efa3ed8797c482b343539ca6dc628c755370c (diff) | |
download | krusader-b8fb4538e9eddfeb9eb0fa8def496f58cb7a9bf1.tar.gz krusader-b8fb4538e9eddfeb9eb0fa8def496f58cb7a9bf1.zip |
Rename KGlobal, KProcess, and KClipboard to avoid conflicts with KDE4
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 a582502..4809a11 100644 --- a/krusader/Dialogs/krprogress.cpp +++ b/krusader/Dialogs/krprogress.cpp @@ -44,8 +44,8 @@ KrProgress::KrProgress( KIO::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(), - KGlobal::iconLoader()->loadIcon( "filesave", KIcon::NoGroup, 32 ), - KGlobal::iconLoader()->loadIcon( "filesave", KIcon::NoGroup, 16 ) ); + TDEGlobal::iconLoader()->loadIcon( "filesave", KIcon::NoGroup, 32 ), + TDEGlobal::iconLoader()->loadIcon( "filesave", KIcon::NoGroup, 16 ) ); #endif TQVBoxLayout *topLayout = new TQVBoxLayout( this, KDialog::marginHint(), |