summaryrefslogtreecommitdiffstats
path: root/kdecore/kglobalsettings.h
diff options
context:
space:
mode:
Diffstat (limited to 'kdecore/kglobalsettings.h')
-rw-r--r--kdecore/kglobalsettings.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/kdecore/kglobalsettings.h b/kdecore/kglobalsettings.h
index a26a7c174..04afe8567 100644
--- a/kdecore/kglobalsettings.h
+++ b/kdecore/kglobalsettings.h
@@ -24,6 +24,7 @@
#include "kdelibs_export.h"
#define KDE_DEFAULT_SINGLECLICK false
+#define KDE_DEFAULT_ICONTEXTROUNDED true
#define KDE_DEFAULT_INSERTTEAROFFHANDLES 0
#define KDE_DEFAULT_AUTOSELECTDELAY -1
#define KDE_DEFAULT_CHANGECURSOR true
@@ -101,6 +102,12 @@ class KDECORE_EXPORT KGlobalSettings
static bool singleClick();
/**
+ * Returns whether icon text is drawn in a rounded style
+ * @return true if rounded, or false if rectangular.
+ **/
+ static bool iconUseRoundedRect();
+
+ /**
* This enum describes the return type for insertTearOffHandle() whether to insert
* a handle or not. Applications who independently want to use handles in their popup menus
* should test for Application level before calling the appropriate function in KPopupMenu.