diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-07 19:10:38 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-07 19:10:38 -0600 |
commit | 99cc03399059853dd8699cae5752e8122cb715f1 (patch) | |
tree | 825da375ac05fc555e25b2e350504e211d85d2fb /tdeui | |
parent | d5b3ae721dc072e0c70055313de9b5228b6688a8 (diff) | |
download | tdelibs-99cc03399059853dd8699cae5752e8122cb715f1.tar.gz tdelibs-99cc03399059853dd8699cae5752e8122cb715f1.zip |
Rename KDEHOME and KDEDIR
Diffstat (limited to 'tdeui')
-rw-r--r-- | tdeui/kpanelextension.h | 2 | ||||
-rw-r--r-- | tdeui/kpanelmenu.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tdeui/kpanelextension.h b/tdeui/kpanelextension.h index 9c86b9aee..5045d5205 100644 --- a/tdeui/kpanelextension.h +++ b/tdeui/kpanelextension.h @@ -43,7 +43,7 @@ class KPanelExtensionPrivate; * external wrapper process. * * The panel locates available extensions by searching for extension desktop - * files in (ALL_KDEDIRS)/share/apps/kicker/extensions. Every panel extension should + * files in (ALL_TDEDIRS)/share/apps/kicker/extensions. Every panel extension should * install a desktop file there to be recognized by the panel. * * Besides standard keys like "Name", "Comment" and "Icon" there are diff --git a/tdeui/kpanelmenu.h b/tdeui/kpanelmenu.h index ceffc6995..3c2d3a6f7 100644 --- a/tdeui/kpanelmenu.h +++ b/tdeui/kpanelmenu.h @@ -46,7 +46,7 @@ class KPanelMenuPrivate; * Finally, you also have to provide a desktop file describing your dynamic menu. The * relevant entries are: Name, Comment, Icon and X-KDE-Library (which contains the * library name without any extension). This desktop file has to be installed in - * $KDEDIR/share/apps/kicker/menuext/. + * $TDEDIR/share/apps/kicker/menuext/. * * @author The kicker maintainers, Michael Goffioul <tdeprint@swing.be> */ |