summaryrefslogtreecommitdiffstats
path: root/tdeui
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-11-05 12:24:20 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-11-19 22:26:14 +0900
commit1711870a073597c2282f32ad39a9b8ad5e1cf6bb (patch)
tree1fb9f1d9ad4ec650960add05c3dd287cd42c7d61 /tdeui
parent87ad1e6c4d56fb52faa0d1af4afe5c33f05e6dca (diff)
downloadtdelibs-1711870a073597c2282f32ad39a9b8ad5e1cf6bb.tar.gz
tdelibs-1711870a073597c2282f32ad39a9b8ad5e1cf6bb.zip
Rename KUniqueApplication to TDEUniqueApplication and remove obsolete kapp.h and kuniqueapp.h headers
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'tdeui')
-rw-r--r--tdeui/kpanelapplet.h2
-rw-r--r--tdeui/kpanelextension.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/tdeui/kpanelapplet.h b/tdeui/kpanelapplet.h
index 76d643b9f..2a5d91376 100644
--- a/tdeui/kpanelapplet.h
+++ b/tdeui/kpanelapplet.h
@@ -55,7 +55,7 @@ class TQPopupMenu;
*
* \b X-TDE-UniqueApplet \n
*
- * Similar to TDEApplication and KUniqueApplication there are
+ * Similar to TDEApplication and TDEUniqueApplication 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
* good example for unique applets is the taskbar applet. Use normal
diff --git a/tdeui/kpanelextension.h b/tdeui/kpanelextension.h
index 2c817ae39..c7793f4d1 100644
--- a/tdeui/kpanelextension.h
+++ b/tdeui/kpanelextension.h
@@ -56,7 +56,7 @@ class KPanelExtensionPrivate;
*
* \b X-TDE-UniqueExtension \n
*
- * Similar to TDEApplication and KUniqueApplication there are
+ * Similar to TDEApplication and TDEUniqueApplication there are
* two types of panel extensions. Use unique extensions when it makes no
* sence to run more than one instance of an extension in the panel. A
* good example for unique extensions is the taskbar extension. Use normal