[Kde-bindings] KDE/kdebindings/ruby/korundum/src/lib/KDE

Arno Rehn kde at arnorehn.de
Sat Jan 3 16:19:45 UTC 2009


SVN commit 905040 by arnorehn:

* Make the KSettings:: classes appear in KDE::Settings.
  Thanks David Palacio for reporting the bug.

CCMAIL: kde-bindings at kde.org
CCMAIL: dpalacio at uninorte.edu.co



 M  +1 -1      korundum4.rb  


--- trunk/KDE/kdebindings/ruby/korundum/src/lib/KDE/korundum4.rb #905039:905040
@@ -527,7 +527,7 @@
 					# Make classes under KCoreConfigSkeleton appear under KDE::ConfigSkeleton
 					# in Ruby, as the KCoreConfigSkeleton class isn't really the public api
 					now = classname.sub(/KCore/,'KDE::')
-				elsif classname =~ /^(KConfigSkeleton|KWin|KDateTime|KTimeZone)::/
+				elsif classname =~ /^(KConfigSkeleton|KWin|KDateTime|KTimeZone|KSettings)::/
 					now = classname.sub(/^K?(?=[A-Z])/,'KDE::')
 				elsif classname =~ /^K/ && classname !~ /::/
 					now = classname.sub(/(^K)/, 'KDE::')



More information about the Kde-bindings mailing list