diff options
Diffstat (limited to 'korundum/rubylib/templates/annotated/minimal.rb')
-rw-r--r-- | korundum/rubylib/templates/annotated/minimal.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/korundum/rubylib/templates/annotated/minimal.rb b/korundum/rubylib/templates/annotated/minimal.rb index e700adc1..1f910f09 100644 --- a/korundum/rubylib/templates/annotated/minimal.rb +++ b/korundum/rubylib/templates/annotated/minimal.rb @@ -67,7 +67,7 @@ about = KDE::AboutData.new(appName, "A minimal application", "0.1") KDE::CmdLineArgs.init(ARGV, about) app = KDE::Application.new() -# instantiate the subclass of KMainWindow +# instantiate the subclass of TDEMainWindow mainWindow = MainWin.new(nil, "main window") # create the display |