diff options
Diffstat (limited to 'korundum/rubylib/templates/annotated/basicapp.rb')
-rw-r--r-- | korundum/rubylib/templates/annotated/basicapp.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/korundum/rubylib/templates/annotated/basicapp.rb b/korundum/rubylib/templates/annotated/basicapp.rb index 3602a1c6..fe512f77 100644 --- a/korundum/rubylib/templates/annotated/basicapp.rb +++ b/korundum/rubylib/templates/annotated/basicapp.rb @@ -91,7 +91,7 @@ KDE::CmdLineArgs.addCmdLineOptions([["+files", "File to open", ""]]) # instantiate KDE::Application - no other TQObject # or TQWidget based classes can be instantiated -# until there is a KApplication instance +# until there is a TDEApplication instance app = KDE::Application.new() # instantiate the subclass of KMainWindow |