diff options
Diffstat (limited to 'qtruby')
-rw-r--r-- | qtruby/ChangeLog | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qtruby/ChangeLog b/qtruby/ChangeLog index 0376f822..170ef5ab 100644 --- a/qtruby/ChangeLog +++ b/qtruby/ChangeLog @@ -1395,7 +1395,7 @@ here is Hello World: about = KDE::KAboutData.new("one", "two", "three") - KDE::KCmdLineArgs.init(1, ["four"], about) + KDE::TDECmdLineArgs.init(1, ["four"], about) a = KDE::TDEApplication.new() hello = KDE::KPushButton.new(nil) { setText "Hello World" } a.setMainWidget(hello) |