diff options
author | Timothy Pearson <[email protected]> | 2011-12-07 18:56:56 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2011-12-07 18:56:56 -0600 |
commit | 64d591b858064552bc91a42e4b8f092c477294bb (patch) | |
tree | 346d1b3d4bad36b4addb3f36cfb33dcbb2f91627 /extra | |
parent | 3397830fb9f1800163f6a1655eda057720d439ab (diff) | |
download | pytde-64d591b858064552bc91a42e4b8f092c477294bb.tar.gz pytde-64d591b858064552bc91a42e4b8f092c477294bb.zip |
Rename KDEHOME and KDEDIR
Diffstat (limited to 'extra')
-rw-r--r-- | extra/kde310/kpanelmenu.h | 2 | ||||
-rw-r--r-- | extra/kde311/kpanelmenu.h | 2 | ||||
-rw-r--r-- | extra/kde312/kpanelmenu.h | 2 | ||||
-rw-r--r-- | extra/kde313/kpanelmenu.h | 2 | ||||
-rw-r--r-- | extra/kde314/kpanelmenu.h | 2 | ||||
-rw-r--r-- | extra/kde315/kpanelmenu.h | 2 | ||||
-rw-r--r-- | extra/kde320/kpanelmenu.h | 2 | ||||
-rw-r--r-- | extra/kde321/kpanelmenu.h | 2 | ||||
-rw-r--r-- | extra/kde322/kpanelmenu.h | 2 | ||||
-rw-r--r-- | extra/kde323/kpanelmenu.h | 2 | ||||
-rw-r--r-- | extra/kde330/kpanelmenu.h | 2 | ||||
-rw-r--r-- | extra/kde331/kpanelmenu.h | 2 | ||||
-rw-r--r-- | extra/kde332/kpanelmenu.h | 2 | ||||
-rw-r--r-- | extra/kde340/kpanelmenu.h | 2 | ||||
-rw-r--r-- | extra/kde341/kpanelmenu.h | 2 | ||||
-rw-r--r-- | extra/kde342/kpanelmenu.h | 2 | ||||
-rw-r--r-- | extra/kde343/kpanelmenu.h | 2 | ||||
-rw-r--r-- | extra/kde350/kpanelmenu.h | 2 | ||||
-rw-r--r-- | extra/kde351/kpanelmenu.h | 2 | ||||
-rw-r--r-- | extra/kde352/kpanelmenu.h | 2 | ||||
-rw-r--r-- | extra/kde353/kpanelmenu.h | 2 |
21 files changed, 21 insertions, 21 deletions
diff --git a/extra/kde310/kpanelmenu.h b/extra/kde310/kpanelmenu.h index 5a36b02..a2800b8 100644 --- a/extra/kde310/kpanelmenu.h +++ b/extra/kde310/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/. * * @short Base class to build dynamically loaded menu entries for the K-menu, or the panel. * @author The kicker maintainer, Michael Goffioul <[email protected]> diff --git a/extra/kde311/kpanelmenu.h b/extra/kde311/kpanelmenu.h index 26c200a..d7c78fe 100644 --- a/extra/kde311/kpanelmenu.h +++ b/extra/kde311/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/. * * @short Base class to build dynamically loaded menu entries for the K-menu, or the panel. * @author The kicker maintainer, Michael Goffioul <[email protected]> diff --git a/extra/kde312/kpanelmenu.h b/extra/kde312/kpanelmenu.h index 5a36b02..a2800b8 100644 --- a/extra/kde312/kpanelmenu.h +++ b/extra/kde312/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/. * * @short Base class to build dynamically loaded menu entries for the K-menu, or the panel. * @author The kicker maintainer, Michael Goffioul <[email protected]> diff --git a/extra/kde313/kpanelmenu.h b/extra/kde313/kpanelmenu.h index 5a36b02..a2800b8 100644 --- a/extra/kde313/kpanelmenu.h +++ b/extra/kde313/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/. * * @short Base class to build dynamically loaded menu entries for the K-menu, or the panel. * @author The kicker maintainer, Michael Goffioul <[email protected]> diff --git a/extra/kde314/kpanelmenu.h b/extra/kde314/kpanelmenu.h index 9db548f..afa3232 100644 --- a/extra/kde314/kpanelmenu.h +++ b/extra/kde314/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/. * * @short Base class to build dynamically loaded menu entries for the K-menu, or the panel. * @author The kicker maintainer, Michael Goffioul <[email protected]> diff --git a/extra/kde315/kpanelmenu.h b/extra/kde315/kpanelmenu.h index 9db548f..afa3232 100644 --- a/extra/kde315/kpanelmenu.h +++ b/extra/kde315/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/. * * @short Base class to build dynamically loaded menu entries for the K-menu, or the panel. * @author The kicker maintainer, Michael Goffioul <[email protected]> diff --git a/extra/kde320/kpanelmenu.h b/extra/kde320/kpanelmenu.h index bdd3182..aabed8d 100644 --- a/extra/kde320/kpanelmenu.h +++ b/extra/kde320/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/. * * @short Base class to build dynamically loaded menu entries for the K-menu, or the panel. * @author The kicker maintainer, Michael Goffioul <[email protected]> diff --git a/extra/kde321/kpanelmenu.h b/extra/kde321/kpanelmenu.h index bdd3182..aabed8d 100644 --- a/extra/kde321/kpanelmenu.h +++ b/extra/kde321/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/. * * @short Base class to build dynamically loaded menu entries for the K-menu, or the panel. * @author The kicker maintainer, Michael Goffioul <[email protected]> diff --git a/extra/kde322/kpanelmenu.h b/extra/kde322/kpanelmenu.h index bdd3182..aabed8d 100644 --- a/extra/kde322/kpanelmenu.h +++ b/extra/kde322/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/. * * @short Base class to build dynamically loaded menu entries for the K-menu, or the panel. * @author The kicker maintainer, Michael Goffioul <[email protected]> diff --git a/extra/kde323/kpanelmenu.h b/extra/kde323/kpanelmenu.h index bdd3182..aabed8d 100644 --- a/extra/kde323/kpanelmenu.h +++ b/extra/kde323/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/. * * @short Base class to build dynamically loaded menu entries for the K-menu, or the panel. * @author The kicker maintainer, Michael Goffioul <[email protected]> diff --git a/extra/kde330/kpanelmenu.h b/extra/kde330/kpanelmenu.h index 0938475..074b8c7 100644 --- a/extra/kde330/kpanelmenu.h +++ b/extra/kde330/kpanelmenu.h @@ -44,7 +44,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/. * * @short Base class to build dynamically loaded menu entries for the K-menu, or the panel. * @author The kicker maintainer, Michael Goffioul <[email protected]> diff --git a/extra/kde331/kpanelmenu.h b/extra/kde331/kpanelmenu.h index 0938475..074b8c7 100644 --- a/extra/kde331/kpanelmenu.h +++ b/extra/kde331/kpanelmenu.h @@ -44,7 +44,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/. * * @short Base class to build dynamically loaded menu entries for the K-menu, or the panel. * @author The kicker maintainer, Michael Goffioul <[email protected]> diff --git a/extra/kde332/kpanelmenu.h b/extra/kde332/kpanelmenu.h index 0938475..074b8c7 100644 --- a/extra/kde332/kpanelmenu.h +++ b/extra/kde332/kpanelmenu.h @@ -44,7 +44,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/. * * @short Base class to build dynamically loaded menu entries for the K-menu, or the panel. * @author The kicker maintainer, Michael Goffioul <[email protected]> diff --git a/extra/kde340/kpanelmenu.h b/extra/kde340/kpanelmenu.h index 3e33239..42b5c9a 100644 --- a/extra/kde340/kpanelmenu.h +++ b/extra/kde340/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 <[email protected]> */ diff --git a/extra/kde341/kpanelmenu.h b/extra/kde341/kpanelmenu.h index 3e33239..42b5c9a 100644 --- a/extra/kde341/kpanelmenu.h +++ b/extra/kde341/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 <[email protected]> */ diff --git a/extra/kde342/kpanelmenu.h b/extra/kde342/kpanelmenu.h index 3e33239..42b5c9a 100644 --- a/extra/kde342/kpanelmenu.h +++ b/extra/kde342/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 <[email protected]> */ diff --git a/extra/kde343/kpanelmenu.h b/extra/kde343/kpanelmenu.h index 3e33239..42b5c9a 100644 --- a/extra/kde343/kpanelmenu.h +++ b/extra/kde343/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 <[email protected]> */ diff --git a/extra/kde350/kpanelmenu.h b/extra/kde350/kpanelmenu.h index 3e33239..42b5c9a 100644 --- a/extra/kde350/kpanelmenu.h +++ b/extra/kde350/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 <[email protected]> */ diff --git a/extra/kde351/kpanelmenu.h b/extra/kde351/kpanelmenu.h index 3e33239..42b5c9a 100644 --- a/extra/kde351/kpanelmenu.h +++ b/extra/kde351/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 <[email protected]> */ diff --git a/extra/kde352/kpanelmenu.h b/extra/kde352/kpanelmenu.h index 3e33239..42b5c9a 100644 --- a/extra/kde352/kpanelmenu.h +++ b/extra/kde352/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 <[email protected]> */ diff --git a/extra/kde353/kpanelmenu.h b/extra/kde353/kpanelmenu.h index 3e33239..42b5c9a 100644 --- a/extra/kde353/kpanelmenu.h +++ b/extra/kde353/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 <[email protected]> */ |