Rename additional header files to avoid conflicts with KDE4

pull/1/head
Timothy Pearson 11 years ago
parent ccbad20c6d
commit 5ac308306a

@ -7,7 +7,7 @@
#include <tqlabel.h> #include <tqlabel.h>
#include <tdemainwindow.h> #include <tdemainwindow.h>
#include <klocale.h> #include <tdelocale.h>
KDEDcopTest::KDEDcopTest() KDEDcopTest::KDEDcopTest()
: TDEMainWindow( 0, "KDEDcopTest" ) : TDEMainWindow( 0, "KDEDcopTest" )

@ -6,7 +6,7 @@
#include <tdeapplication.h> #include <tdeapplication.h>
#include <tdeaboutdata.h> #include <tdeaboutdata.h>
#include <tdecmdlineargs.h> #include <tdecmdlineargs.h>
#include <klocale.h> #include <tdelocale.h>
static const char *description = static const char *description =
I18N_NOOP("A TDE KPart Application"); I18N_NOOP("A TDE KPart Application");

@ -3355,7 +3355,7 @@ sub addIncludeForClass($$$)
{ {
my ( $node, $addInclude, $debugMe ) = @_; my ( $node, $addInclude, $debugMe ) = @_;
my $sourcename = $node->{Source}->{astNodeName}; my $sourcename = $node->{Source}->{astNodeName};
if ( $sourcename !~ s!.*(tdeio/|tdeparts/|dom/|kabc/|ksettings/|kjs/|tdetexteditor/|tdeprint/|tdesu/)(.*)!$1$2!m ) { if ( $sourcename !~ s!.*(tdeio/|tdeparts/|dom/|tdeabc/|ksettings/|kjs/|tdetexteditor/|tdeprint/|tdesu/)(.*)!$1$2!m ) {
$sourcename =~ s!.*/(.*)!$1!m; $sourcename =~ s!.*/(.*)!$1!m;
} }
# die "Empty source name for $node->{astNodeName}" if ( $sourcename eq '' ); # die "Empty source name for $node->{astNodeName}" if ( $sourcename eq '' );
@ -3624,7 +3624,7 @@ sub generateMethod($$$$$$$$$)
return; return;
} }
if ( $sourcename !~ s!.*(tdeio/|tdeparts/|dom/|kabc/|ksettings/|kjs/|tdetexteditor/|tdeprint/|tdesu/)(.*)!$1$2!m ) { if ( $sourcename !~ s!.*(tdeio/|tdeparts/|dom/|tdeabc/|ksettings/|kjs/|tdetexteditor/|tdeprint/|tdesu/)(.*)!$1$2!m ) {
$sourcename =~ s!.*/(.*)!$1!m; $sourcename =~ s!.*/(.*)!$1!m;
} }
if ( $sourcename eq '' ) { if ( $sourcename eq '' ) {
@ -4155,7 +4155,7 @@ sub generateAllMethods($$$$$$$$)
my $sourcename = $classNode->{Source}->{astNodeName}; my $sourcename = $classNode->{Source}->{astNodeName};
if ( $sourcename !~ s!.*(tdeio/|tdeparts/|dom/|kabc/|ksettings/|kjs/|tdetexteditor/|tdeprint/|tdesu/)(.*)!$1$2!m ) { if ( $sourcename !~ s!.*(tdeio/|tdeparts/|dom/|tdeabc/|ksettings/|kjs/|tdetexteditor/|tdeprint/|tdesu/)(.*)!$1$2!m ) {
$sourcename =~ s!.*/(.*)!$1!m; $sourcename =~ s!.*/(.*)!$1!m;
} }
# die "Empty source name for $classNode->{astNodeName} $classNode->{Source}->{astNodeName}" if ( $sourcename eq '' ); # die "Empty source name for $classNode->{astNodeName} $classNode->{Source}->{astNodeName}" if ( $sourcename eq '' );
@ -4164,7 +4164,7 @@ sub generateAllMethods($$$$$$$$)
$addInclude->{$sourcename} = 1; $addInclude->{$sourcename} = 1;
# my $s; # my $s;
# for my $sn( @{$classNode->{Sources}} ) { # for my $sn( @{$classNode->{Sources}} ) {
# if ( ($s = $sn->{astNodeName}) !~ s!.*(tdeio/|tdeparts/|dom/|kabc/|ksettings/|kjs/|tdetexteditor/|tdeprint/|tdesu/)(.*)!$1$2!m ) { # if ( ($s = $sn->{astNodeName}) !~ s!.*(tdeio/|tdeparts/|dom/|tdeabc/|ksettings/|kjs/|tdetexteditor/|tdeprint/|tdesu/)(.*)!$1$2!m ) {
# $s =~ s!.*/(.*)!$1!m; # $s =~ s!.*/(.*)!$1!m;
# } # }
# $addInclude->{$s} = 1; # $addInclude->{$s} = 1;

@ -1732,7 +1732,7 @@ sub generateMethod($$$$$$$)
return; return;
} }
if ( $sourcename !~ s!.*(tdeio/|tdeparts/|dom/|kabc/|ksettings/|kjs/|tdetexteditor/|tdeprint/|tdesu/)(.*)!$1$2!m ) { if ( $sourcename !~ s!.*(tdeio/|tdeparts/|dom/|tdeabc/|ksettings/|kjs/|tdetexteditor/|tdeprint/|tdesu/)(.*)!$1$2!m ) {
$sourcename =~ s!.*/(.*)!$1!m; $sourcename =~ s!.*/(.*)!$1!m;
} }
if ( $sourcename eq '' ) { if ( $sourcename eq '' ) {
@ -2124,7 +2124,7 @@ sub generateAllMethods($$$$$$)
my $sourcename = $classNode->{Source}->{astNodeName}; my $sourcename = $classNode->{Source}->{astNodeName};
if ( $sourcename !~ s!.*(tdeio/|tdeparts/|dom/|kabc/|ksettings/|kjs/|tdetexteditor/|tdeprint/|tdesu/)(.*)!$1$2!m ) { if ( $sourcename !~ s!.*(tdeio/|tdeparts/|dom/|tdeabc/|ksettings/|kjs/|tdetexteditor/|tdeprint/|tdesu/)(.*)!$1$2!m ) {
$sourcename =~ s!.*/(.*)!$1!m; $sourcename =~ s!.*/(.*)!$1!m;
} }
die "Empty source name for $classNode->{astNodeName}" if ( $sourcename eq '' ); die "Empty source name for $classNode->{astNodeName}" if ( $sourcename eq '' );
@ -2148,7 +2148,7 @@ sub generateAllMethods($$$$$$)
if ($classNode->{astNodeName} ne $main::globalSpaceClassName) { if ($classNode->{astNodeName} ne $main::globalSpaceClassName) {
# my $s; # my $s;
# for my $sn( @{$classNode->{Sources}} ) { # for my $sn( @{$classNode->{Sources}} ) {
# if ( ($s = $sn->{astNodeName}) !~ s!.*(tdeio/|tdeparts/|dom/|kabc/|ksettings/|kjs/|tdetexteditor/|tdeprint/|tdesu/)(.*)!$1$2!m ) { # if ( ($s = $sn->{astNodeName}) !~ s!.*(tdeio/|tdeparts/|dom/|tdeabc/|ksettings/|kjs/|tdetexteditor/|tdeprint/|tdesu/)(.*)!$1$2!m ) {
# $s =~ s!.*/(.*)!$1!m; # $s =~ s!.*/(.*)!$1!m;
# } # }
# $addInclude->{$s} = 1; # $addInclude->{$s} = 1;

@ -1777,7 +1777,7 @@ sub generateMethod($$$$$$$)
return; return;
} }
if ( $sourcename !~ s!.*(tdeio/|tdeparts/|dom/|kabc/|ksettings/|kjs/|tdetexteditor/|tdeprint/|tdesu/)(.*)!$1$2!m ) { if ( $sourcename !~ s!.*(tdeio/|tdeparts/|dom/|tdeabc/|ksettings/|kjs/|tdetexteditor/|tdeprint/|tdesu/)(.*)!$1$2!m ) {
$sourcename =~ s!.*/(.*)!$1!m; $sourcename =~ s!.*/(.*)!$1!m;
} }
if ( $sourcename eq '' ) { if ( $sourcename eq '' ) {
@ -2317,7 +2317,7 @@ sub generateAllMethods($$$$$$)
my $sourcename = $classNode->{Source}->{astNodeName}; my $sourcename = $classNode->{Source}->{astNodeName};
if ( $sourcename !~ s!.*(tdeio/|tdeparts/|dom/|kabc/|ksettings/|kjs/|tdetexteditor/|tdeprint/|tdesu/)(.*)!$1$2!m ) { if ( $sourcename !~ s!.*(tdeio/|tdeparts/|dom/|tdeabc/|ksettings/|kjs/|tdetexteditor/|tdeprint/|tdesu/)(.*)!$1$2!m ) {
$sourcename =~ s!.*/(.*)!$1!m; $sourcename =~ s!.*/(.*)!$1!m;
} }
die "Empty source name for $classNode->{astNodeName}" if ( $sourcename eq '' ); die "Empty source name for $classNode->{astNodeName}" if ( $sourcename eq '' );
@ -2339,7 +2339,7 @@ sub generateAllMethods($$$$$$)
if ($classNode->{astNodeName} ne $main::globalSpaceClassName) { if ($classNode->{astNodeName} ne $main::globalSpaceClassName) {
# my $s; # my $s;
# for my $sn( @{$classNode->{Sources}} ) { # for my $sn( @{$classNode->{Sources}} ) {
# if ( ($s = $sn->{astNodeName}) !~ s!.*(tdeio/|tdeparts/|dom/|kabc/|ksettings/|kjs/|tdetexteditor/|tdeprint/|tdesu/)(.*)!$1$2!m ) { # if ( ($s = $sn->{astNodeName}) !~ s!.*(tdeio/|tdeparts/|dom/|tdeabc/|ksettings/|kjs/|tdetexteditor/|tdeprint/|tdesu/)(.*)!$1$2!m ) {
# $s =~ s!.*/(.*)!$1!m; # $s =~ s!.*/(.*)!$1!m;
# } # }
# $addInclude->{$s} = 1; # $addInclude->{$s} = 1;

@ -230,7 +230,7 @@ BEGIN
'TQStyle::SubControls' => 'int', 'TQStyle::SubControls' => 'int',
); );
$headerSubdirectories = "tdeio/|tdevelop/|kinterfacedesigner/|kontact/|kate/|tdeparts/|dom/|kabc/|ksettings/|kjs/|tdetexteditor/|tdeprint/|tdesu/|knewstuff/" $headerSubdirectories = "tdeio/|tdevelop/|kinterfacedesigner/|kontact/|kate/|tdeparts/|dom/|tdeabc/|ksettings/|kjs/|tdetexteditor/|tdeprint/|tdesu/|knewstuff/"
} }

@ -1,5 +1,5 @@
//Auto-generated by kalyptus. DO NOT EDIT. //Auto-generated by kalyptus. DO NOT EDIT.
#include <kglobalsettings.h> #include <tdeglobalsettings.h>
#include <kcombobox.h> #include <kcombobox.h>
#include <kcompletion.h> #include <kcompletion.h>
#include <tqstring.h> #include <tqstring.h>

@ -20,12 +20,12 @@
#include <tqiconset.h> #include <tqiconset.h>
#include <tdeversion.h> #include <tdeversion.h>
#include <kicontheme.h> #include <kicontheme.h>
#include <klocale.h> #include <tdelocale.h>
#include <kdrawutil.h> #include <kdrawutil.h>
#include <tqstring.h> #include <tqstring.h>
#include <kprotocolinfo.h> #include <kprotocolinfo.h>
#include <ksslutils.h> #include <ksslutils.h>
#include <kglobal.h> #include <tdeglobal.h>
#include <kiconloader.h> #include <kiconloader.h>
#include <kprinter.h> #include <kprinter.h>
#include <kurl.h> #include <kurl.h>

@ -32,7 +32,7 @@
#include <kdockwidget.h> #include <kdockwidget.h>
#include <kdualcolorbtn.h> #include <kdualcolorbtn.h>
#include <tdefileview.h> #include <tdefileview.h>
#include <kglobalsettings.h> #include <tdeglobalsettings.h>
#include <tdelistview.h> #include <tdelistview.h>
#include <kprocio.h> #include <kprocio.h>
#include <kprocess.h> #include <kprocess.h>

@ -1,5 +1,5 @@
//Auto-generated by kalyptus. DO NOT EDIT. //Auto-generated by kalyptus. DO NOT EDIT.
#include <kdiroperator.h> #include <tdediroperator.h>
#include <tqdir.h> #include <tqdir.h>
#include <tdeparts/browserextension.h> #include <tdeparts/browserextension.h>
#include <tdeaction.h> #include <tdeaction.h>

@ -1,5 +1,5 @@
//Auto-generated by kalyptus. DO NOT EDIT. //Auto-generated by kalyptus. DO NOT EDIT.
#include <kemailsettings.h> #include <tdeemailsettings.h>
#include <tqstring.h> #include <tqstring.h>
#include <tqstringlist.h> #include <tqstringlist.h>

@ -1,5 +1,5 @@
//Auto-generated by kalyptus. DO NOT EDIT. //Auto-generated by kalyptus. DO NOT EDIT.
#include <kglobalsettings.h> #include <tdeglobalsettings.h>
#include <klineedit.h> #include <klineedit.h>
#include <kcompletion.h> #include <kcompletion.h>
#include <tqstring.h> #include <tqstring.h>

@ -1,7 +1,7 @@
//Auto-generated by kalyptus. DO NOT EDIT. //Auto-generated by kalyptus. DO NOT EDIT.
#include <tqsize.h> #include <tqsize.h>
#include <tqrect.h> #include <tqrect.h>
#include <kmenubar.h> #include <tdemenubar.h>
#include <qtjava/QtSupport.h> #include <qtjava/QtSupport.h>
#include <kdejava/KDESupport.h> #include <kdejava/KDESupport.h>

@ -1,5 +1,5 @@
//Auto-generated by kalyptus. DO NOT EDIT. //Auto-generated by kalyptus. DO NOT EDIT.
#include <kmessagebox.h> #include <tdemessagebox.h>
#include <tqpixmap.h> #include <tqpixmap.h>
#include <tqmessagebox.h> #include <tqmessagebox.h>
#include <tqstring.h> #include <tqstring.h>

@ -1,5 +1,5 @@
//Auto-generated by kalyptus. DO NOT EDIT. //Auto-generated by kalyptus. DO NOT EDIT.
#include <kprotocolmanager.h> #include <tdeprotocolmanager.h>
#include <tdeio/global.h> #include <tdeio/global.h>
#include <tqstring.h> #include <tqstring.h>
#include <kurl.h> #include <kurl.h>

@ -1,6 +1,6 @@
//Auto-generated by kalyptus. DO NOT EDIT. //Auto-generated by kalyptus. DO NOT EDIT.
#include <tqstring.h> #include <tqstring.h>
#include <ktempfile.h> #include <tdetempfile.h>
#include <qtjava/QtSupport.h> #include <qtjava/QtSupport.h>
#include <kdejava/KDESupport.h> #include <kdejava/KDESupport.h>

@ -1,5 +1,5 @@
//Auto-generated by kalyptus. DO NOT EDIT. //Auto-generated by kalyptus. DO NOT EDIT.
#include <kglobalsettings.h> #include <tdeglobalsettings.h>
#include <kcompletion.h> #include <kcompletion.h>
#include <tqstring.h> #include <tqstring.h>
#include <tqstringlist.h> #include <tqstringlist.h>

@ -1,5 +1,5 @@
//Auto-generated by kalyptus. DO NOT EDIT. //Auto-generated by kalyptus. DO NOT EDIT.
#include <kglobalsettings.h> #include <tdeglobalsettings.h>
#include <kcompletion.h> #include <kcompletion.h>
#include <tqstring.h> #include <tqstring.h>
#include <tqstringlist.h> #include <tqstringlist.h>

@ -1,6 +1,6 @@
//Auto-generated by kalyptus. DO NOT EDIT. //Auto-generated by kalyptus. DO NOT EDIT.
#include <tqstring.h> #include <tqstring.h>
#include <kglobal.h> #include <tdeglobal.h>
#include <qtjava/QtSupport.h> #include <qtjava/QtSupport.h>
#include <kdejava/KDESupport.h> #include <kdejava/KDESupport.h>

@ -1,5 +1,5 @@
//Auto-generated by kalyptus. DO NOT EDIT. //Auto-generated by kalyptus. DO NOT EDIT.
#include <kglobalsettings.h> #include <tdeglobalsettings.h>
#include <tqrect.h> #include <tqrect.h>
#include <tqfont.h> #include <tqfont.h>
#include <tqstring.h> #include <tqstring.h>

@ -1,6 +1,6 @@
//Auto-generated by kalyptus. DO NOT EDIT. //Auto-generated by kalyptus. DO NOT EDIT.
#include <tqdatetime.h> #include <tqdatetime.h>
#include <klocale.h> #include <tdelocale.h>
#include <tqstring.h> #include <tqstring.h>
#include <tqstringlist.h> #include <tqstringlist.h>

@ -18,7 +18,7 @@ import org.kde.qt.TQObject;
The usage is simple: The usage is simple:
<pre> <pre>
mHelpMenu = new KHelpMenu( this, <someText> ); mHelpMenu = new KHelpMenu( this, <someText> );
kmenubar.insertItem(i18n("&Help"), mHelpMenu.menu() ); tdemenubar.insertItem(i18n("&Help"), mHelpMenu.menu() );
</pre> </pre>
or if you just want to open a dialog box: or if you just want to open a dialog box:
<pre> <pre>

@ -27,7 +27,7 @@
#include <kurl.h> #include <kurl.h>
#include <kdebug.h> #include <kdebug.h>
#include <tdeversion.h> #include <tdeversion.h>
#include <ktempfile.h> #include <tdetempfile.h>
namespace KJSEmbed { namespace KJSEmbed {
namespace Bindings { namespace Bindings {

@ -6,7 +6,7 @@
#include <kjs/object.h> #include <kjs/object.h>
#ifndef QT_ONLY #ifndef QT_ONLY
#include <klocale.h> #include <tdelocale.h>
#include <kdebug.h> #include <kdebug.h>
#endif #endif

@ -6,7 +6,7 @@
#include <tqfont.h> #include <tqfont.h>
#ifndef QT_ONLY #ifndef QT_ONLY
#include <klocale.h> #include <tdelocale.h>
#include <kdebug.h> #include <kdebug.h>
#endif #endif

@ -19,7 +19,7 @@
#include <kstandarddirs.h> #include <kstandarddirs.h>
#include <kiconloader.h> #include <kiconloader.h>
#include <kglobal.h> #include <tdeglobal.h>
#include <kdebug.h> #include <kdebug.h>
#include <jsproxy.h> #include <jsproxy.h>
#include <jsbinding.h> #include <jsbinding.h>

@ -22,7 +22,7 @@
#include <tdeaboutdata.h> #include <tdeaboutdata.h>
#include <tdeapplication.h> #include <tdeapplication.h>
#include <tdecmdlineargs.h> #include <tdecmdlineargs.h>
#include <klocale.h> #include <tdelocale.h>
#include <kjs/interpreter.h> #include <kjs/interpreter.h>
#include <kjsembed/jsconsolewidget.h> #include <kjsembed/jsconsolewidget.h>

@ -51,7 +51,7 @@
#include <tdelistview.h> #include <tdelistview.h>
#include <kurl.h> #include <kurl.h>
#include <tdemainwindow.h> #include <tdemainwindow.h>
#include <kmenubar.h> #include <tdemenubar.h>
#include <kstatusbar.h> #include <kstatusbar.h>
#include <ksystemtray.h> #include <ksystemtray.h>
#include <tdepopupmenu.h> #include <tdepopupmenu.h>

@ -22,7 +22,7 @@
#include <tdeapplication.h> #include <tdeapplication.h>
#include <tdeaboutdata.h> #include <tdeaboutdata.h>
#include <tdecmdlineargs.h> #include <tdecmdlineargs.h>
#include <klocale.h> #include <tdelocale.h>
static const char description[] = static const char description[] =
I18N_NOOP("A TDE Application"); I18N_NOOP("A TDE Application");

@ -67,7 +67,7 @@ KJSEMBED_EXPORT TQTextStream *conerr();
*/ */
#include <kdebug.h> #include <kdebug.h>
#include <klocale.h> #include <tdelocale.h>
#else // QT_ONLY #else // QT_ONLY

@ -27,9 +27,9 @@
#ifndef QT_ONLY #ifndef QT_ONLY
#include "global.h" #include "global.h"
#include <klocale.h> #include <tdelocale.h>
#include <kinputdialog.h> #include <kinputdialog.h>
#include <kmessagebox.h> #include <tdemessagebox.h>
#include <kstddirs.h> #include <kstddirs.h>
#include "ksimpleprocess.h" #include "ksimpleprocess.h"

@ -25,10 +25,10 @@
#include <kdebug.h> #include <kdebug.h>
#include <kdialog.h> #include <kdialog.h>
#include <kglobal.h> #include <tdeglobal.h>
#include <kiconloader.h> #include <kiconloader.h>
#include <klineedit.h> #include <klineedit.h>
#include <klocale.h> #include <tdelocale.h>
#include <tdepopupmenu.h> #include <tdepopupmenu.h>
#include <kprocess.h> #include <kprocess.h>
#include <ktextedit.h> #include <ktextedit.h>

@ -48,7 +48,7 @@
#include <dcopclient.h> #include <dcopclient.h>
#include <tdeaction.h> #include <tdeaction.h>
#include <klibloader.h> #include <klibloader.h>
#include <klocale.h> #include <tdelocale.h>
#include <tdemainwindow.h> #include <tdemainwindow.h>
#include <kservice.h> #include <kservice.h>
#include <ksystemtray.h> #include <ksystemtray.h>

@ -29,7 +29,7 @@
#include <tdecmdlineargs.h> #include <tdecmdlineargs.h>
#include <kdebug.h> #include <kdebug.h>
#include <kimageio.h> #include <kimageio.h>
#include <klocale.h> #include <tdelocale.h>
#include <tdemainwindow.h> #include <tdemainwindow.h>
#include <kjs/interpreter.h> #include <kjs/interpreter.h>

@ -20,7 +20,7 @@
*/ */
#include "ksimpleprocess.h" #include "ksimpleprocess.h"
#include <tqapplication.h> #include <tqapplication.h>
#include <klocale.h> #include <tdelocale.h>
static TQStringList splitArgList( const TQString &args) static TQStringList splitArgList( const TQString &args)
{ {
TQStringList returnArgs = TQStringList::split( ' ', args); TQStringList returnArgs = TQStringList::split( ' ', args);

@ -22,7 +22,7 @@
#include <kdebug.h> #include <kdebug.h>
#include <kgenericfactory.h> #include <kgenericfactory.h>
#include <kinstance.h> #include <kinstance.h>
#include <klocale.h> #include <tdelocale.h>
#include <tdeparts/part.h> #include <tdeparts/part.h>
#include <jsfactory.h> #include <jsfactory.h>

@ -20,7 +20,7 @@
*/ */
#include <kdebug.h> #include <kdebug.h>
#include <kglobal.h> #include <tdeglobal.h>
#include <kjsembed/jsopaqueproxy.h> #include <kjsembed/jsopaqueproxy.h>
#include <kjsembed/jsbinding.h> #include <kjsembed/jsbinding.h>
#include <kjsembed/jsfactory.h> #include <kjsembed/jsfactory.h>

@ -20,7 +20,7 @@
#include <tdeaboutdata.h> #include <tdeaboutdata.h>
#include <tdeapplication.h> #include <tdeapplication.h>
#include <tdecmdlineargs.h> #include <tdecmdlineargs.h>
#include <klocale.h> #include <tdelocale.h>
#include <kjs/interpreter.h> #include <kjs/interpreter.h>
#include <jsconsolewidget.h> #include <jsconsolewidget.h>

@ -20,7 +20,7 @@
#include <tdeaboutdata.h> #include <tdeaboutdata.h>
#include <tdeapplication.h> #include <tdeapplication.h>
#include <tdecmdlineargs.h> #include <tdecmdlineargs.h>
#include <klocale.h> #include <tdelocale.h>
#include <kjs/interpreter.h> #include <kjs/interpreter.h>
#include <kjsembed/jsconsolewidget.h> #include <kjsembed/jsconsolewidget.h>

@ -5,7 +5,7 @@
<xsl:variable name="clazz" select="compoundname" /> <xsl:variable name="clazz" select="compoundname" />
<xsl:variable name="consmeth" select="sectiondef/memberdef[@kind='function' and @prot='public']" /> <xsl:variable name="consmeth" select="sectiondef/memberdef[@kind='function' and @prot='public']" />
#include &lt;klocale.h> #include &lt;tdelocale.h>
#include &lt;kjs/object.h> #include &lt;kjs/object.h>
#include &lt;<xsl:value-of select="includes" />> #include &lt;<xsl:value-of select="includes" />>

@ -11,7 +11,7 @@
#include &lt;qpixmap.h> #include &lt;qpixmap.h>
#include &lt;qfont.h> #include &lt;qfont.h>
#include &lt;klocale.h> #include &lt;tdelocale.h>
#include &lt;kjs/object.h> #include &lt;kjs/object.h>
#include &lt;kdebug.h> #include &lt;kdebug.h>

@ -30,9 +30,9 @@
#include <tdeaboutdata.h> #include <tdeaboutdata.h>
#include <tdeapplication.h> #include <tdeapplication.h>
#include <kdebug.h> #include <kdebug.h>
#include <klocale.h> #include <tdelocale.h>
#include <tdecmdlineargs.h> #include <tdecmdlineargs.h>
#include <kglobal.h> #include <tdeglobal.h>
#include <tdeconfig.h> #include <tdeconfig.h>
#include <ksimpleconfig.h> #include <ksimpleconfig.h>
#include <kstandarddirs.h> #include <kstandarddirs.h>

@ -124,7 +124,7 @@ kdialog.h
kdirlister.h kdirlister.h
kdirnotify.h kdirnotify.h
kdirnotify_stub.h kdirnotify_stub.h
kdiroperator.h tdediroperator.h
kdirselectdialog.h kdirselectdialog.h
kdirsize.h kdirsize.h
kdirwatch.h kdirwatch.h
@ -137,7 +137,7 @@ kdualcolorbutton.h
keditcl.h keditcl.h
keditlistbox.h keditlistbox.h
kedittoolbar.h kedittoolbar.h
kemailsettings.h tdeemailsettings.h
kextendedsocket.h kextendedsocket.h
kextsock.h kextsock.h
tdefiledetailview.h tdefiledetailview.h
@ -164,8 +164,8 @@ tdefontdialog.h
tdefontrequester.h tdefontrequester.h
kgenericfactory.h kgenericfactory.h
kglobalaccel.h kglobalaccel.h
kglobal.h tdeglobal.h
kglobalsettings.h tdeglobalsettings.h
kguiitem.h kguiitem.h
khelpmenu.h khelpmenu.h
tdehtmldefaults.h tdehtmldefaults.h
@ -198,7 +198,7 @@ klineedit.h
tdelistbox.h tdelistbox.h
tdelistview.h tdelistview.h
tdelistviewsearchline.h tdelistviewsearchline.h
klocale.h tdelocale.h
kmacroexpander.h kmacroexpander.h
tdemainwindow.h tdemainwindow.h
tdemainwindowiface.h tdemainwindowiface.h
@ -215,8 +215,8 @@ tdemdimainfrm.h
tdemdinulliterator.h tdemdinulliterator.h
tdemditaskbar.h tdemditaskbar.h
tdemditoolviewaccessor.h tdemditoolviewaccessor.h
kmenubar.h tdemenubar.h
kmessagebox.h tdemessagebox.h
kmimemagic.h kmimemagic.h
kmimesourcefactory.h kmimesourcefactory.h
kmimetype.h kmimetype.h
@ -258,7 +258,7 @@ kprogress.h
kpropertiesdialog.h kpropertiesdialog.h
kpropsdlg.h kpropsdlg.h
kprotocolinfo.h kprotocolinfo.h
kprotocolmanager.h tdeprotocolmanager.h
kpty.h kpty.h
kpushbutton.h kpushbutton.h
krandomsequence.h krandomsequence.h
@ -322,7 +322,7 @@ ksslutils.h
ksslx509map.h ksslx509map.h
ksslx509v3.h ksslx509v3.h
kstandarddirs.h kstandarddirs.h
kstartupinfo.h tdestartupinfo.h
kstaticdeleter.h kstaticdeleter.h
kstatusbar.h kstatusbar.h
tdestdaccel.h tdestdaccel.h
@ -342,7 +342,7 @@ ktabctl.h
ktabwidget.h ktabwidget.h
ktar.h ktar.h
ktempdir.h ktempdir.h
ktempfile.h tdetempfile.h
ktextbrowser.h ktextbrowser.h
ktextedit.h ktextedit.h
ktimewidget.h ktimewidget.h

Loading…
Cancel
Save