From eaa51fec106463800192924168eaf9f03f188655 Mon Sep 17 00:00:00 2001 From: tpearson Date: Tue, 7 Sep 2010 08:20:52 +0000 Subject: * Fix FTBFS on Slackware * Added a few Chakra project patches; more are coming shortly git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1172412 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kdialog/kdialog.cpp | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'kdialog/kdialog.cpp') diff --git a/kdialog/kdialog.cpp b/kdialog/kdialog.cpp index 48d22729a..8cf9b581f 100644 --- a/kdialog/kdialog.cpp +++ b/kdialog/kdialog.cpp @@ -621,6 +621,20 @@ static int directCommand(KCmdLineArgs *args) context = KIcon::Application; else if ( contextStr == TQString::fromLatin1( "Actions" ) ) context = KIcon::Action; + else if ( contextStr == QString::fromLatin1( "Animations" ) ) + context = KIcon::Animation; + else if ( contextStr == QString::fromLatin1( "Categories" ) ) + context = KIcon::Category; + else if ( contextStr == QString::fromLatin1( "Emblems" ) ) + context = KIcon::Emblem; + else if ( contextStr == QString::fromLatin1( "Emotes" ) ) + context = KIcon::Emote; + else if ( contextStr == QString::fromLatin1( "International" ) ) + context = KIcon::International; + else if ( contextStr == QString::fromLatin1( "Places" ) ) + context = KIcon::Place; + else if ( contextStr == QString::fromLatin1( "Status" ) ) + context = KIcon::StatusIcon; KIconDialog dlg(0, "icon dialog"); kapp->setTopWidget( &dlg ); -- cgit v1.2.3