summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-07 18:56:56 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-07 18:56:56 -0600
commit64d591b858064552bc91a42e4b8f092c477294bb (patch)
tree346d1b3d4bad36b4addb3f36cfb33dcbb2f91627 /templates
parent3397830fb9f1800163f6a1655eda057720d439ab (diff)
downloadpytde-64d591b858064552bc91a42e4b8f092c477294bb.tar.gz
pytde-64d591b858064552bc91a42e4b8f092c477294bb.zip
Rename KDEHOME and KDEDIR
Diffstat (limited to 'templates')
-rw-r--r--templates/annotated/menuapp3.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/annotated/menuapp3.py b/templates/annotated/menuapp3.py
index bcea5e1..ce6eb27 100644
--- a/templates/annotated/menuapp3.py
+++ b/templates/annotated/menuapp3.py
@@ -63,7 +63,7 @@ class MainWin (KMainWindow):
# menuapp2.py. Otherwise, the menuapp2 and menuapp3
# are identical 'createGUI' expects to find 'menuapp3ui.rc'
# either in the directory menuapp3.py is run from, or
- # in $KDEDIR/apps/menuapp3/
+ # in $TDEDIR/apps/menuapp3/
self.createGUI ()
# Create the status bar
@@ -87,7 +87,7 @@ class MainWin (KMainWindow):
# The standard actions only need to specify the slot
# where the code for the action is located
- # Because the XMLGUI mechanism parses $KDEDIR/config/ui/ui_standards.rc
+ # Because the XMLGUI mechanism parses $TDEDIR/config/ui/ui_standards.rc
# before parsing and merging menuapp3ui.rc, it actually isn't
# necessary to list KStdAction actions in menuapp3.rc. THE XMLGUI
# code will create menu/toolbar items and place them *automatically*