summaryrefslogtreecommitdiffstats
path: root/korundum/rubylib/templates/annotated
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-07 19:07:56 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-07 19:07:56 -0600
commit473aa7b12a41fb8c3765e6f8821ab09870eae007 (patch)
tree375baf84a40cd8a9976cba039db204062ea663e6 /korundum/rubylib/templates/annotated
parent9e7608eef5bc6d209610bf4509cf6a655c054ec8 (diff)
downloadtdebindings-473aa7b12a41fb8c3765e6f8821ab09870eae007.tar.gz
tdebindings-473aa7b12a41fb8c3765e6f8821ab09870eae007.zip
Rename KDEHOME and KDEDIR
Diffstat (limited to 'korundum/rubylib/templates/annotated')
-rw-r--r--korundum/rubylib/templates/annotated/menuapp3.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/korundum/rubylib/templates/annotated/menuapp3.rb b/korundum/rubylib/templates/annotated/menuapp3.rb
index bd701d43..c5ccccfc 100644
--- a/korundum/rubylib/templates/annotated/menuapp3.rb
+++ b/korundum/rubylib/templates/annotated/menuapp3.rb
@@ -58,7 +58,7 @@ class MainWin < KDE::MainWindow
# menuapp2.rb. Otherwise, the menuapp2 and menuapp3
# are identical 'createGUI' expects to find 'menuapp3ui.rc'
# either in the directory menuapp3.rb is run from, or
- # in $KDEDIR/apps/menuapp3/
+ # in $TDEDIR/apps/menuapp3/
createGUI()
# Create the status bar
@@ -83,7 +83,7 @@ class MainWin < KDE::MainWindow
# 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 KDE::StdAction actions in menuapp3.rc. THE XMLGUI
# code will create menu/toolbar items and place them *automatically*