diff options
author | Timothy Pearson <[email protected]> | 2013-02-04 14:08:00 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-02-04 14:08:00 -0600 |
commit | b1c5bea50ae48c54b476428a21dfe594916cb6ae (patch) | |
tree | e539752d1770664512c64f03285d40bd2b07b0c8 /plugins/scheduler/bwsprefpagewidget.cpp | |
parent | 0889370e3050561372c3816dfb2902771ca83765 (diff) | |
download | ktorrent-b1c5bea50ae48c54b476428a21dfe594916cb6ae.tar.gz ktorrent-b1c5bea50ae48c54b476428a21dfe594916cb6ae.zip |
Rename KIcon to enhance compatibility with KDE4
Diffstat (limited to 'plugins/scheduler/bwsprefpagewidget.cpp')
-rw-r--r-- | plugins/scheduler/bwsprefpagewidget.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/scheduler/bwsprefpagewidget.cpp b/plugins/scheduler/bwsprefpagewidget.cpp index f0e68e8..48d00e9 100644 --- a/plugins/scheduler/bwsprefpagewidget.cpp +++ b/plugins/scheduler/bwsprefpagewidget.cpp @@ -53,7 +53,7 @@ namespace kt lblStatus->clear(); - pix_icon->setPixmap(TDEGlobal::iconLoader()->loadIcon("clock",KIcon::NoGroup)); + pix_icon->setPixmap(TDEGlobal::iconLoader()->loadIcon("clock",TDEIcon::NoGroup)); btnOk->setGuiItem(KStdGuiItem::ok()); btnCancel->setGuiItem(KStdGuiItem::cancel()); |