From f8b1b30a5928beb707c51e29b58396645197ea5f Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Mon, 4 Feb 2013 14:01:37 -0600 Subject: Rename KIcon to enhance compatibility with KDE4 --- libk3b/tools/k3bmultichoicedialog.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libk3b/tools/k3bmultichoicedialog.cpp') 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); -- cgit v1.2.3