summaryrefslogtreecommitdiffstats
path: root/libk3b/tools
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 /libk3b/tools
parentbba095a5aab3f7cbf3ec062071e94f5c1e66e50b (diff)
downloadk3b-f8b1b30a5928beb707c51e29b58396645197ea5f.tar.gz
k3b-f8b1b30a5928beb707c51e29b58396645197ea5f.zip
Rename KIcon to enhance compatibility with KDE4
Diffstat (limited to 'libk3b/tools')
-rw-r--r--libk3b/tools/k3bmultichoicedialog.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/libk3b/tools/k3bmultichoicedialog.cpp b/libk3b/tools/k3bmultichoicedialog.cpp
index 8e254e8..5a1a175 100644
--- a/libk3b/tools/k3bmultichoicedialog.cpp
+++ b/libk3b/tools/k3bmultichoicedialog.cpp
@@ -67,7 +67,7 @@ static TQPixmap themedMessageBoxIcon(TQMessageBox::Icon icon)
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(icon);