diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-04 14:01:37 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-04 14:01:37 -0600 |
commit | f8b1b30a5928beb707c51e29b58396645197ea5f (patch) | |
tree | fc57f5287fe4f43fa84d46eac9ae14cadede5c54 /src/k3bpassivepopup.cpp | |
parent | bba095a5aab3f7cbf3ec062071e94f5c1e66e50b (diff) | |
download | k3b-f8b1b30a5928beb707c51e29b58396645197ea5f.tar.gz k3b-f8b1b30a5928beb707c51e29b58396645197ea5f.zip |
Rename KIcon to enhance compatibility with KDE4
Diffstat (limited to 'src/k3bpassivepopup.cpp')
-rw-r--r-- | src/k3bpassivepopup.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/k3bpassivepopup.cpp b/src/k3bpassivepopup.cpp index ad217d4..a6329b1 100644 --- a/src/k3bpassivepopup.cpp +++ b/src/k3bpassivepopup.cpp @@ -72,7 +72,7 @@ static TQPixmap themedMessageBoxIcon( K3bPassivePopup::MessageType mt ) break; } - TQPixmap ret = TDEApplication::kApplication()->iconLoader()->loadIcon(icon_name, KIcon::NoGroup, KIcon::SizeMedium, KIcon::DefaultState, 0, true); + TQPixmap ret = TDEApplication::kApplication()->iconLoader()->loadIcon(icon_name, TDEIcon::NoGroup, TDEIcon::SizeMedium, TDEIcon::DefaultState, 0, true); if( ret.isNull() ) return TQMessageBox::standardIcon( qIcon ); |