summaryrefslogtreecommitdiffstats
path: root/kdialog
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-09-07 08:20:52 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-09-07 08:20:52 +0000
commiteaa51fec106463800192924168eaf9f03f188655 (patch)
tree708c69190d963a9e8b471a157ab91fab2b9e7d88 /kdialog
parent4c1ea1ee0d11f4074d0ddd5efebfc49c2e1e711c (diff)
downloadtdebase-eaa51fec106463800192924168eaf9f03f188655.tar.gz
tdebase-eaa51fec106463800192924168eaf9f03f188655.zip
* 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
Diffstat (limited to 'kdialog')
-rw-r--r--kdialog/kdialog.cpp14
1 files changed, 14 insertions, 0 deletions
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 );