diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-04 14:15:43 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-04 14:15:43 -0600 |
commit | 4769a4b79bc1358eee8198b4cd87b235d75d86fb (patch) | |
tree | bf710937e6c5d16656171a3c26b5f4b11c38fc01 /korundum | |
parent | 698b9b64bfb334db6f88ba67f4a4e9a76aaf3185 (diff) | |
download | tdebindings-4769a4b79bc1358eee8198b4cd87b235d75d86fb.tar.gz tdebindings-4769a4b79bc1358eee8198b4cd87b235d75d86fb.zip |
Rename KIcon to enhance compatibility with KDE4
Diffstat (limited to 'korundum')
-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 68dfb54f..4f74a368 100644 --- a/korundum/rubylib/examples/uimodules/uiwidgets.rb +++ b/korundum/rubylib/examples/uimodules/uiwidgets.rb @@ -726,7 +726,7 @@ def UIWidgets.widKHSSelector(parent) parent.currentPageObj = Page4.new(parent) end -def UIWidgets.widKIconView(parent) +def UIWidgets.widTDEIconView(parent) parent.currentPageObj = PageNotImpl.new(parent) end |