diff options
author | Timothy Pearson <[email protected]> | 2013-01-22 20:16:43 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-01-22 20:16:43 -0600 |
commit | 8f7ac92d27834427c1fa2a4a350d70d05529bbf4 (patch) | |
tree | fc53a45a5d9693bfe8a156579b921e960351e31c /korundum/rubylib/examples | |
parent | 427847240b11c1733dd9c259c613d68a6405fe68 (diff) | |
download | tdebindings-8f7ac92d27834427c1fa2a4a350d70d05529bbf4.tar.gz tdebindings-8f7ac92d27834427c1fa2a4a350d70d05529bbf4.zip |
Rename KInstance and KAboutData to avoid conflicts with KDE4
Diffstat (limited to 'korundum/rubylib/examples')
-rwxr-xr-x | korundum/rubylib/examples/RubberDoc.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/korundum/rubylib/examples/RubberDoc.rb b/korundum/rubylib/examples/RubberDoc.rb index f7b88255..1b196999 100755 --- a/korundum/rubylib/examples/RubberDoc.rb +++ b/korundum/rubylib/examples/RubberDoc.rb @@ -1252,7 +1252,7 @@ wierd khtml bug @rightpane.setResizeMode @viewed, TQt::Splitter::KeepSize in order to use KURL's as constants one must place this TDEApplication init -at the top of the file otherwise KInstance isn't init'ed before KURL usage +at the top of the file otherwise TDEInstance isn't init'ed before KURL usage class ProjectSelectDialog < KDE::DialogBase def initialize parent=nil,name=nil,caption=nil |