summaryrefslogtreecommitdiffstats
path: root/kdejava/koala/org/kde/koala/KDE.java
diff options
context:
space:
mode:
Diffstat (limited to 'kdejava/koala/org/kde/koala/KDE.java')
-rw-r--r--kdejava/koala/org/kde/koala/KDE.java64
1 files changed, 32 insertions, 32 deletions
diff --git a/kdejava/koala/org/kde/koala/KDE.java b/kdejava/koala/org/kde/koala/KDE.java
index 825b65e3..2fef39a7 100644
--- a/kdejava/koala/org/kde/koala/KDE.java
+++ b/kdejava/koala/org/kde/koala/KDE.java
@@ -201,122 +201,122 @@ public class KDE {
*/
// TQString ASN1_INTEGER_QString(ASN1_INTEGER* arg1); >>>> NOT CONVERTED
/**
- {@link KIconLoader}
+ {@link TDEIconLoader}
Load a desktop icon.
- @short {@link KIconLoader} Load a desktop icon.
+ @short {@link TDEIconLoader} Load a desktop icon.
*/
public static native TQPixmap DesktopIcon(String name, int size, int state, TDEInstanceInterface instance);
public static native TQPixmap DesktopIcon(String name, int size, int state);
public static native TQPixmap DesktopIcon(String name, int size);
public static native TQPixmap DesktopIcon(String name);
/**
- {@link KIconLoader}
+ {@link TDEIconLoader}
Load a desktop icon.
- @short {@link KIconLoader} Load a desktop icon.
+ @short {@link TDEIconLoader} Load a desktop icon.
*/
public static native TQPixmap DesktopIcon(String name, TDEInstanceInterface instance);
/**
- {@link KIconLoader}
+ {@link TDEIconLoader}
Load a desktop icon, and apply the necessary effects to get an IconSet.
- @short {@link KIconLoader} Load a desktop icon, and apply the necessary effects to get an IconSet.
+ @short {@link TDEIconLoader} Load a desktop icon, and apply the necessary effects to get an IconSet.
*/
public static native TQIconSet DesktopIconSet(String name, int size, TDEInstanceInterface instance);
public static native TQIconSet DesktopIconSet(String name, int size);
public static native TQIconSet DesktopIconSet(String name);
/**
- {@link KIconLoader}
+ {@link TDEIconLoader}
Load a toolbar icon.
- @short {@link KIconLoader} Load a toolbar icon.
+ @short {@link TDEIconLoader} Load a toolbar icon.
*/
public static native TQPixmap BarIcon(String name, int size, int state, TDEInstanceInterface instance);
public static native TQPixmap BarIcon(String name, int size, int state);
public static native TQPixmap BarIcon(String name, int size);
public static native TQPixmap BarIcon(String name);
/**
- {@link KIconLoader}
+ {@link TDEIconLoader}
Load a toolbar icon.
- @short {@link KIconLoader} Load a toolbar icon.
+ @short {@link TDEIconLoader} Load a toolbar icon.
*/
public static native TQPixmap BarIcon(String name, TDEInstanceInterface instance);
/**
- {@link KIconLoader}
+ {@link TDEIconLoader}
Load a toolbar icon, and apply the necessary effects to get an IconSet.
- @short {@link KIconLoader} Load a toolbar icon, and apply the necessary effects to get an IconSet.
+ @short {@link TDEIconLoader} Load a toolbar icon, and apply the necessary effects to get an IconSet.
*/
public static native TQIconSet BarIconSet(String name, int size, TDEInstanceInterface instance);
public static native TQIconSet BarIconSet(String name, int size);
public static native TQIconSet BarIconSet(String name);
/**
- {@link KIconLoader}
+ {@link TDEIconLoader}
Load a small icon.
- @short {@link KIconLoader} Load a small icon.
+ @short {@link TDEIconLoader} Load a small icon.
*/
public static native TQPixmap SmallIcon(String name, int size, int state, TDEInstanceInterface instance);
public static native TQPixmap SmallIcon(String name, int size, int state);
public static native TQPixmap SmallIcon(String name, int size);
public static native TQPixmap SmallIcon(String name);
/**
- {@link KIconLoader}
+ {@link TDEIconLoader}
Load a small icon.
- @short {@link KIconLoader} Load a small icon.
+ @short {@link TDEIconLoader} Load a small icon.
*/
public static native TQPixmap SmallIcon(String name, TDEInstanceInterface instance);
/**
- {@link KIconLoader}
+ {@link TDEIconLoader}
Load a small icon, and apply the necessary effects to get an IconSet.
- @short {@link KIconLoader} Load a small icon, and apply the necessary effects to get an IconSet.
+ @short {@link TDEIconLoader} Load a small icon, and apply the necessary effects to get an IconSet.
*/
public static native TQIconSet SmallIconSet(String name, int size, TDEInstanceInterface instance);
public static native TQIconSet SmallIconSet(String name, int size);
public static native TQIconSet SmallIconSet(String name);
/**
- {@link KIconLoader}
+ {@link TDEIconLoader}
Load a main toolbar icon.
- @short {@link KIconLoader} Load a main toolbar icon.
+ @short {@link TDEIconLoader} Load a main toolbar icon.
*/
public static native TQPixmap MainBarIcon(String name, int size, int state, TDEInstanceInterface instance);
public static native TQPixmap MainBarIcon(String name, int size, int state);
public static native TQPixmap MainBarIcon(String name, int size);
public static native TQPixmap MainBarIcon(String name);
/**
- {@link KIconLoader}
+ {@link TDEIconLoader}
Load a main toolbar icon.
- @short {@link KIconLoader} Load a main toolbar icon.
+ @short {@link TDEIconLoader} Load a main toolbar icon.
*/
public static native TQPixmap MainBarIcon(String name, TDEInstanceInterface instance);
/**
- {@link KIconLoader}
+ {@link TDEIconLoader}
Load a main toolbar icon, and apply the effects to get an IconSet.
- @short {@link KIconLoader} Load a main toolbar icon, and apply the effects to get an IconSet.
+ @short {@link TDEIconLoader} Load a main toolbar icon, and apply the effects to get an IconSet.
*/
public static native TQIconSet MainBarIconSet(String name, int size, TDEInstanceInterface instance);
public static native TQIconSet MainBarIconSet(String name, int size);
public static native TQIconSet MainBarIconSet(String name);
/**
- {@link KIconLoader}
+ {@link TDEIconLoader}
Load a user icon. User icons are searched in $appdir/pics.
- @short {@link KIconLoader} Load a user icon.
+ @short {@link TDEIconLoader} Load a user icon.
*/
public static native TQPixmap UserIcon(String name, int state, TDEInstanceInterface instance);
public static native TQPixmap UserIcon(String name, int state);
public static native TQPixmap UserIcon(String name);
/**
- {@link KIconLoader}
+ {@link TDEIconLoader}
Load a user icon. User icons are searched in $appdir/pics.
- @short {@link KIconLoader} Load a user icon.
+ @short {@link TDEIconLoader} Load a user icon.
*/
public static native TQPixmap UserIcon(String name, TDEInstanceInterface instance);
/**
- {@link KIconLoader}
+ {@link TDEIconLoader}
Load a user icon, and apply the effects to get an IconSet.
- @short {@link KIconLoader} Load a user icon, and apply the effects to get an IconSet.
+ @short {@link TDEIconLoader} Load a user icon, and apply the effects to get an IconSet.
*/
public static native TQIconSet UserIconSet(String name, TDEInstanceInterface instance);
public static native TQIconSet UserIconSet(String name);
/**
- {@link KIconLoader}
+ {@link TDEIconLoader}
Returns the current icon size for a specific group.
- @short {@link KIconLoader} Returns the current icon size for a specific group.
+ @short {@link TDEIconLoader} Returns the current icon size for a specific group.
*/
public static native int IconSize(int group, TDEInstanceInterface instance);
public static native int IconSize(int group);