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 0acd866f..0376f822 100644 --- a/qtruby/ChangeLog +++ b/qtruby/ChangeLog @@ -1396,7 +1396,7 @@ about = KDE::KAboutData.new("one", "two", "three") KDE::KCmdLineArgs.init(1, ["four"], about) - a = KDE::KApplication.new() + a = KDE::TDEApplication.new() hello = KDE::KPushButton.new(nil) { setText "Hello World" } a.setMainWidget(hello) hello.show() |