summaryrefslogtreecommitdiffstats
path: root/kdejava/koala/org/kde/koala/KPanelApplet.java
diff options
context:
space:
mode:
Diffstat (limited to 'kdejava/koala/org/kde/koala/KPanelApplet.java')
-rw-r--r--kdejava/koala/org/kde/koala/KPanelApplet.java10
1 files changed, 5 insertions, 5 deletions
diff --git a/kdejava/koala/org/kde/koala/KPanelApplet.java b/kdejava/koala/org/kde/koala/KPanelApplet.java
index f008a60b..abff7872 100644
--- a/kdejava/koala/org/kde/koala/KPanelApplet.java
+++ b/kdejava/koala/org/kde/koala/KPanelApplet.java
@@ -29,10 +29,10 @@ import org.kde.qt.TQFrame;
install a desktop file there to be recognized by the panel.
Besides standard keys like "Name", "Comment" and "Icon" there are
two panel applet specific keys:
- <li><b>X-KDE-Library </b></li>
+ <li><b>X-TDE-Library </b></li>
Used by the panel to locate the applet DSO (Dynamic Shared Object)
- Example: X-KDE-Library=libexampleapplet
- <li><b>X-KDE-UniqueApplet </b></li>
+ Example: X-TDE-Library=libexampleapplet
+ <li><b>X-TDE-UniqueApplet </b></li>
Similar to KApplication and KUniqueApplication there are
two types of panel applets. Use unique applets when it makes no
sence to run more than one instance of a applet in the panel. A
@@ -40,8 +40,8 @@ import org.kde.qt.TQFrame;
applets when you need instance specific configuration. An example
is the koolclock applet where you might want to run two instances
in your panel, one configured as analog clock, the other one as
- digital clock. X-KDE-UniqueApplet is a booleanean key which defaults
- to "false". Example: X-KDE-UniqueApplet=true
+ digital clock. X-TDE-UniqueApplet is a booleanean key which defaults
+ to "false". Example: X-TDE-UniqueApplet=true
Back to panel applet DSOs, the following conventions are used for %KDE:
Name: lib<appletname>applet.la
LDFLAGS: -module -no-undefined