diff options
Diffstat (limited to 'qtruby/ChangeLog')
-rw-r--r-- | qtruby/ChangeLog | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qtruby/ChangeLog b/qtruby/ChangeLog index 170ef5ab..d94429ea 100644 --- a/qtruby/ChangeLog +++ b/qtruby/ChangeLog @@ -1394,7 +1394,7 @@ the new libsmokekde.so. You can now write KDE programs in Ruby, here is Hello World: - about = KDE::KAboutData.new("one", "two", "three") + about = KDE::TDEAboutData.new("one", "two", "three") KDE::TDECmdLineArgs.init(1, ["four"], about) a = KDE::TDEApplication.new() hello = KDE::KPushButton.new(nil) { setText "Hello World" } |