summaryrefslogtreecommitdiffstats
path: root/kdejava/koala/org/kde/koala/KSystemTray.java
diff options
context:
space:
mode:
Diffstat (limited to 'kdejava/koala/org/kde/koala/KSystemTray.java')
-rw-r--r--kdejava/koala/org/kde/koala/KSystemTray.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/kdejava/koala/org/kde/koala/KSystemTray.java b/kdejava/koala/org/kde/koala/KSystemTray.java
index 1b46e082..772feec6 100644
--- a/kdejava/koala/org/kde/koala/KSystemTray.java
+++ b/kdejava/koala/org/kde/koala/KSystemTray.java
@@ -94,7 +94,7 @@ public class KSystemTray extends TQLabel {
public native void setPixmap(TQPixmap icon);
/**
Changes the tray's text description (which can be seen e.g. in the systray
- configuration dialog). The default value is KAboutData.programName().
+ configuration dialog). The default value is TDEAboutData.programName().
@short Changes the tray's text description (which can be seen e.
*/
public native void setCaption(String title);
@@ -123,7 +123,7 @@ public class KSystemTray extends TQLabel {
It's commonly used in the form : systray.setPixmap( systray.loadIcon( "mysystray" ) );
@short Loads an icon <code>icon</code> using the icon loader class of the given instance <code>instance.</code>
*/
- public static native TQPixmap loadIcon(String icon, KInstanceInterface instance);
+ public static native TQPixmap loadIcon(String icon, TDEInstanceInterface instance);
public static native TQPixmap loadIcon(String icon);
/**
Reimplemented to provide the standard show/raise behavior