diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-07 19:07:56 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-07 19:07:56 -0600 |
commit | 473aa7b12a41fb8c3765e6f8821ab09870eae007 (patch) | |
tree | 375baf84a40cd8a9976cba039db204062ea663e6 /korundum/rubylib/templates/annotated/menuapp3.rb | |
parent | 9e7608eef5bc6d209610bf4509cf6a655c054ec8 (diff) | |
download | tdebindings-473aa7b12a41fb8c3765e6f8821ab09870eae007.tar.gz tdebindings-473aa7b12a41fb8c3765e6f8821ab09870eae007.zip |
Rename KDEHOME and KDEDIR
Diffstat (limited to 'korundum/rubylib/templates/annotated/menuapp3.rb')
-rw-r--r-- | korundum/rubylib/templates/annotated/menuapp3.rb | 4 |
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* |