summaryrefslogtreecommitdiffstats
path: root/qtruby/ChangeLog
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-22 20:16:43 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-22 20:16:43 -0600
commit8f7ac92d27834427c1fa2a4a350d70d05529bbf4 (patch)
treefc53a45a5d9693bfe8a156579b921e960351e31c /qtruby/ChangeLog
parent427847240b11c1733dd9c259c613d68a6405fe68 (diff)
downloadtdebindings-8f7ac92d27834427c1fa2a4a350d70d05529bbf4.tar.gz
tdebindings-8f7ac92d27834427c1fa2a4a350d70d05529bbf4.zip
Rename KInstance and KAboutData to avoid conflicts with KDE4
Diffstat (limited to 'qtruby/ChangeLog')
-rw-r--r--qtruby/ChangeLog2
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" }