summaryrefslogtreecommitdiffstats
path: root/korundum
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-06-10 01:55:05 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-06-10 01:55:05 -0500
commitb2e0df6cf55f8accd86fb0a726724744857714f4 (patch)
tree79d585af09ab3e1a22393a8d80bcb23b7a26e9bc /korundum
parentc87286d815eddf298686450f1ef1bf033161db84 (diff)
downloadtdebindings-b2e0df6cf55f8accd86fb0a726724744857714f4.tar.gz
tdebindings-b2e0df6cf55f8accd86fb0a726724744857714f4.zip
Fix a number of tdebindings build issues
This partially resolves Bug 597 Thanks to Darrell Anderson for the patch!
Diffstat (limited to 'korundum')
-rw-r--r--korundum/rubylib/examples/uimodules/uimisc.rb2
-rw-r--r--korundum/rubylib/examples/uisampler.rb2
2 files changed, 2 insertions, 2 deletions
diff --git a/korundum/rubylib/examples/uimodules/uimisc.rb b/korundum/rubylib/examples/uimodules/uimisc.rb
index bbd0604f..1fda5fd9 100644
--- a/korundum/rubylib/examples/uimodules/uimisc.rb
+++ b/korundum/rubylib/examples/uimodules/uimisc.rb
@@ -259,7 +259,7 @@ def UIMisc.miscKThemeBase(parent)
parent.currentPageObj = PageNotImpl.new(parent)
end
-def UIMisc.miscTQXEmbed(parent)
+def UIMisc.miscQXEmbed(parent)
parent.currentPageObj = PageNotImpl.new(parent)
end
diff --git a/korundum/rubylib/examples/uisampler.rb b/korundum/rubylib/examples/uisampler.rb
index ea17fbf6..b24b59aa 100644
--- a/korundum/rubylib/examples/uisampler.rb
+++ b/korundum/rubylib/examples/uisampler.rb
@@ -112,7 +112,7 @@ $listItems = {"Dialogs" =>
"KDE::SharedPixmap" => [],
"KDE::SystemTray" => [],
"KDE::ThemeBase" => ["KDE::ThemeCache", "KDE::ThemePixmap", "KDE::ThemeStyle"],
- "TQXEmbed" => []}}
+ "QXEmbed" => []}}
BLANK_MSG = <<END_OF_STRING
<b>UISampler</b> - provides examples of <b>Korundum</b> widgets<p>