diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-07 17:55:50 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-07 17:55:50 -0600 |
commit | 8cf73aaa26092026120d9e7a0cd15253d8d7a2f3 (patch) | |
tree | 9bce80bcc589641233365ad8177a3556c9c3cf47 /korundum/rubylib/examples | |
parent | c153d5f83c85f8c5971f2a013ab571d9d4ca1d8b (diff) | |
download | tdebindings-8cf73aaa26092026120d9e7a0cd15253d8d7a2f3.tar.gz tdebindings-8cf73aaa26092026120d9e7a0cd15253d8d7a2f3.zip |
Rename KComp to avoid conflicts with KDE4
Diffstat (limited to 'korundum/rubylib/examples')
-rw-r--r-- | korundum/rubylib/examples/uimodules/uiwidgets.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/korundum/rubylib/examples/uimodules/uiwidgets.rb b/korundum/rubylib/examples/uimodules/uiwidgets.rb index 4f74a368..71a865a5 100644 --- a/korundum/rubylib/examples/uimodules/uiwidgets.rb +++ b/korundum/rubylib/examples/uimodules/uiwidgets.rb @@ -682,7 +682,7 @@ def UIWidgets.widKComboBox(parent) parent.currentPageObj = Page2.new(parent) end -def UIWidgets.widKCompletionBox(parent) +def UIWidgets.widTDECompletionBox(parent) parent.currentPageObj = PageNotImpl.new(parent) end |