summaryrefslogtreecommitdiffstats
path: root/qtruby/rubylib/qtruby/lib/Qt/qtruby.rb
diff options
context:
space:
mode:
Diffstat (limited to 'qtruby/rubylib/qtruby/lib/Qt/qtruby.rb')
-rw-r--r--qtruby/rubylib/qtruby/lib/Qt/qtruby.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/qtruby/rubylib/qtruby/lib/Qt/qtruby.rb b/qtruby/rubylib/qtruby/lib/Qt/qtruby.rb
index d0fd9783..a0866277 100644
--- a/qtruby/rubylib/qtruby/lib/Qt/qtruby.rb
+++ b/qtruby/rubylib/qtruby/lib/Qt/qtruby.rb
@@ -1511,7 +1511,7 @@ module Qt
if method == "new"
method = classname.dup
- method.gsub!(/^(KParts|KIO|KNS|DOM|Kontact|Kate|KTextEditor|TDEConfigSkeleton::ItemEnum|TDEConfigSkeleton|KWin)::/,"")
+ method.gsub!(/^(KParts|TDEIO|KNS|DOM|Kontact|Kate|KTextEditor|TDEConfigSkeleton::ItemEnum|TDEConfigSkeleton|KWin)::/,"")
end
method = "operator" + method.sub("@","") if method !~ /[a-zA-Z]+/
# Change foobar= to setFoobar()