summaryrefslogtreecommitdiffstats
path: root/kdejava/koala/org/kde/koala/TDEGlobalSettings.java
diff options
context:
space:
mode:
Diffstat (limited to 'kdejava/koala/org/kde/koala/TDEGlobalSettings.java')
-rw-r--r--kdejava/koala/org/kde/koala/TDEGlobalSettings.java18
1 files changed, 9 insertions, 9 deletions
diff --git a/kdejava/koala/org/kde/koala/TDEGlobalSettings.java b/kdejava/koala/org/kde/koala/TDEGlobalSettings.java
index d7d48321..af96ba44 100644
--- a/kdejava/koala/org/kde/koala/TDEGlobalSettings.java
+++ b/kdejava/koala/org/kde/koala/TDEGlobalSettings.java
@@ -25,7 +25,7 @@ public class TDEGlobalSettings implements QtSupport {
/**
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.
+ should test for Application level before calling the appropriate function in TDEPopupMenu.
@short This enum describes the return type for insertTearOffHandle() whether to insert a handle or not.
*/
public static final int Disable = 0;
@@ -100,10 +100,10 @@ public class TDEGlobalSettings implements QtSupport {
*/
public static native boolean singleClick();
/**
- Returns whether tear-off handles are inserted in KPopupMenus.
- @return whether tear-off handles are inserted in KPopupMenus.
+ Returns whether tear-off handles are inserted in TDEPopupMenus.
+ @return whether tear-off handles are inserted in TDEPopupMenus.
- @short Returns whether tear-off handles are inserted in KPopupMenus.
+ @short Returns whether tear-off handles are inserted in TDEPopupMenus.
*/
public static native int insertTearOffHandle();
/**
@@ -299,13 +299,13 @@ public class TDEGlobalSettings implements QtSupport {
*/
public static native TQColor highlightColor();
/**
- Returns the alternate background color used by KListView with
- KListViewItem. Any other list that uses alternating background
+ Returns the alternate background color used by TDEListView with
+ TDEListViewItem. Any other list that uses alternating background
colors should use this too, to obey to the user's preferences. Returns
an invalid color if the user doesn't want alternating backgrounds.
@return the alternate background color
- @short Returns the alternate background color used by KListView with KListViewItem.
+ @short Returns the alternate background color used by TDEListView with TDEListViewItem.
@see #calculateAlternateBackgroundColor
*/
public static native TQColor alternateBackgroundColor();
@@ -320,11 +320,11 @@ public class TDEGlobalSettings implements QtSupport {
*/
public static native TQColor calculateAlternateBackgroundColor(TQColor base);
/**
- Returns if the sorted column in a KListView shall be drawn with a
+ Returns if the sorted column in a TDEListView shall be drawn with a
shaded background color.
@return true if the sorted column shall be shaded
- @short Returns if the sorted column in a KListView shall be drawn with a shaded background color.
+ @short Returns if the sorted column in a TDEListView shall be drawn with a shaded background color.
*/
public static native boolean shadeSortColumn();
/**