[Kde-bindings] KDE/kdebindings
Richard Dale
Richard_Dale at tipitina.demon.co.uk
Sat Apr 14 13:03:00 UTC 2007
SVN commit 653872 by rdale:
* Make the kde version of the smoke lib compile, even if it doesn't link
CCMAIL: kde-bindings at kde.org
M +5 -1 kalyptus/kalyptus
M +3 -9 smoke/kde/kde_header_list
--- trunk/KDE/kdebindings/kalyptus/kalyptus #653871:653872
@@ -1603,8 +1603,12 @@
$retType =~ s/^class\s/ /; # Remove redundant class forward decln's
$retType =~ s/<class\s/</;
+ # Ignore those totally pestilential Q3* classes
+ if ( $params =~ /Q3/ ) {
+ $deprecated = 1;
+ }
+
# node
-
my $node = Ast::New( $name );
$node->AddProp( "NodeType", "method" );
$node->AddProp( "Flags", $flags );
--- trunk/KDE/kdebindings/smoke/kde/kde_header_list #653871:653872
@@ -1,10 +1,3 @@
-dnssd/domainbrowser.h
-dnssd/publicservice.h
-dnssd/query.h
-dnssd/remoteservice.h
-dnssd/servicebase.h
-dnssd/servicebrowser.h
-dnssd/settings.h
dom/css_rule.h
dom/css_stylesheet.h
dom/css_value.h
@@ -43,6 +36,7 @@
kaccelgen.h
kacl.h
kactioncollection.h
+kgesture.h
kaction.h
kactionmenu.h
kactionselector.h
@@ -114,7 +108,6 @@
kconfigflags.h
kcpuinfo.h
kcrash.h
-kcursor.h
kcustommenueditor.h
kdatagramsocket.h
kdatatool.h
@@ -135,6 +128,8 @@
kdesktopfile.h
kde_terminal_interface.h
kdeversion.h
+kio/jobuidelegate.h
+kdialogjobuidelegate.h
kdialogbuttonbox.h
kdialog.h
kdirlister.h
@@ -262,7 +257,6 @@
kmimetype.h
kmimetyperesolver.h
kmimetypetrader.h
-kmountpoint.h
kmultitabbar.h
knetworkinterface.h
knewstuff/downloaddialog.h
More information about the Kde-bindings
mailing list