summaryrefslogtreecommitdiffstats
path: root/src/k3bpassivepopup.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-04 14:01:37 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-04 14:01:37 -0600
commitf8b1b30a5928beb707c51e29b58396645197ea5f (patch)
treefc57f5287fe4f43fa84d46eac9ae14cadede5c54 /src/k3bpassivepopup.cpp
parentbba095a5aab3f7cbf3ec062071e94f5c1e66e50b (diff)
downloadk3b-f8b1b30a5928beb707c51e29b58396645197ea5f.tar.gz
k3b-f8b1b30a5928beb707c51e29b58396645197ea5f.zip
Rename KIcon to enhance compatibility with KDE4
Diffstat (limited to 'src/k3bpassivepopup.cpp')
-rw-r--r--src/k3bpassivepopup.cpp2
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 );