diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-22 20:16:43 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-22 20:16:43 -0600 |
commit | 8f7ac92d27834427c1fa2a4a350d70d05529bbf4 (patch) | |
tree | fc53a45a5d9693bfe8a156579b921e960351e31c /korundum/rubylib/templates/annotated/menuapp2.rb | |
parent | 427847240b11c1733dd9c259c613d68a6405fe68 (diff) | |
download | tdebindings-8f7ac92d27834427c1fa2a4a350d70d05529bbf4.tar.gz tdebindings-8f7ac92d27834427c1fa2a4a350d70d05529bbf4.zip |
Rename KInstance and KAboutData to avoid conflicts with KDE4
Diffstat (limited to 'korundum/rubylib/templates/annotated/menuapp2.rb')
-rw-r--r-- | korundum/rubylib/templates/annotated/menuapp2.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/korundum/rubylib/templates/annotated/menuapp2.rb b/korundum/rubylib/templates/annotated/menuapp2.rb index 2deca4a5..cf79d572 100644 --- a/korundum/rubylib/templates/annotated/menuapp2.rb +++ b/korundum/rubylib/templates/annotated/menuapp2.rb @@ -147,7 +147,7 @@ class MainWin < KDE::MainWindow @specialAction.plug(editMenu) menuBar().insertItem(i18n("&Edit"), editMenu) - # Uses the info from KAboutData (specified below) + # Uses the info from TDEAboutData (specified below) # to construct the "About" box in the Help menu helpMenu = helpMenu("") |