From 95c43a0f38217a41c246b1b324c92cc2cba78e5e Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 20 Jan 2013 00:17:51 -0600 Subject: Rename KApplication to TDEApplication to avoid conflicts with KDE4 --- qtruby/ChangeLog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'qtruby/ChangeLog') 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() -- cgit v1.2.3