diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-21 18:50:21 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-21 18:50:21 -0600 |
commit | 427847240b11c1733dd9c259c613d68a6405fe68 (patch) | |
tree | 71a03608b683f39cbb48ea79f9c40dc7a320019e /korundum/rubylib | |
parent | 3b8c3eec420595c4532e4c4f2282b6bc2802d5a9 (diff) | |
download | tdebindings-427847240b11c1733dd9c259c613d68a6405fe68.tar.gz tdebindings-427847240b11c1733dd9c259c613d68a6405fe68.zip |
Rename KCmdLineArgs to TDECmdLineArgs to avoid conflicts with KDE4
Diffstat (limited to 'korundum/rubylib')
-rw-r--r-- | korundum/rubylib/examples/rbKHTMLPart.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/korundum/rubylib/examples/rbKHTMLPart.rb b/korundum/rubylib/examples/rbKHTMLPart.rb index 2b191e78..f0451610 100644 --- a/korundum/rubylib/examples/rbKHTMLPart.rb +++ b/korundum/rubylib/examples/rbKHTMLPart.rb @@ -206,7 +206,7 @@ else parts = RbPartsMW.new(nil, "rbParts") if ARGV.length > 1 # read kcmdlineargs.h for the full unabridged instructions - # on using KCmdLineArgs, it's pretty confusing at first, but it works + # on using TDECmdLineArgs, it's pretty confusing at first, but it works # This is pretty useless in this program - you might want to # expand this in your app (to load a file, etc) args = KDE::CmdLineArgs.parsedArgs() |