Rename a number of libraries and executables to avoid conflicts with KDE4

pull/1/head
Timothy Pearson 11 years ago
parent 980972d200
commit 2d84c9d3ad

@ -226,7 +226,7 @@ dnl **********
AC_DEFUN([KDE_CHECK_MDI],
[
AC_MSG_CHECKING(whether to use kmdi lib from tdelibs)
AC_MSG_CHECKING(whether to use tdemdi lib from tdelibs)
AC_CACHE_VAL(ac_cv_mdi_setup,
[
AC_LANG_SAVE
@ -250,7 +250,7 @@ AC_DEFUN([KDE_CHECK_MDI],
])
if test "$ac_cv_mdi_setup" = "yes"; then
LIB_KMDI="-lkmdi"
LIB_KMDI="-ltdemdi"
AC_MSG_RESULT(yes)
else
LIB_KMDI=''
@ -260,7 +260,7 @@ AC_DEFUN([KDE_CHECK_MDI],
AC_SUBST(LIB_KMDI)
])
dnl Check if kmdi is present, if not don't bother..
dnl Check if tdemdi is present, if not don't bother..
KDE_CHECK_MDI

@ -7,5 +7,5 @@ dcopidl2java_SOURCES = main.cpp skel.cpp stubimpl.cpp
noinst_HEADERS = main.h
dcopidl2java_LDADD = $(LIB_QT)
dcopidl2java_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -lktexteditor
dcopidl2java_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -ltdetexteditor

@ -21,7 +21,7 @@ bin_PROGRAMS = kdedcoptest
# the application source, library search path, and link libraries
kdedcoptest_SOURCES = main.cpp kdedcoptest.cpp kdedcoptest_iface.skel mainclass.cpp
kdedcoptest_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -lktexteditor
kdedcoptest_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -ltdetexteditor
kdedcoptest_LDADD = $(LIB_TDEUI)
# this is where the desktop file will go

@ -273,7 +273,7 @@
* Fixed parsing default argument values cast to a numeric literal, eg:
mode_t mode = (mode_t)-1
* Excluded a couple of structs from kparts/browserextension
* Excluded a couple of structs from tdeparts/browserextension
2003-11-04 Richard Dale <Richard_Dale@tipitina.demon.co.uk>

@ -52,7 +52,7 @@ KDE headers
# Generate Java and C++ sources. Copy all the target headers to directory 'test/tmp'
kalyptus -fjava test/tmp/*.h test/tmp/dom/*.h test/tmp/kio/*.h test/tmp/tdeprint/*.h \
test/tmp/kjs/*.h test/tmp/kparts/*.h test/tmp/tdesu/*.h test/ktextedit/*.h test/tmp/libkmid/*.h
test/tmp/kjs/*.h test/tmp/tdeparts/*.h test/tmp/tdesu/*.h test/ktextedit/*.h test/tmp/libtdemid/*.h
# Shorten generated filenames
mv DOM__Node.cpp DOMNode.cpp

@ -2449,12 +2449,12 @@ sub preParseClass
$className eq 'TDEIO::MetaData' ||
$className eq 'KFileMimeTypeInfo::ItemInfo' ||
$className eq 'TDEIO::UDSAtom' ||
$className eq 'khtml::DrawContentsEvent' || # the khtml:: classes build, but don't link
$className eq 'khtml::MouseDoubleClickEvent' ||
$className eq 'khtml::MouseMoveEvent' ||
$className eq 'khtml::MousePressEvent' ||
$className eq 'khtml::MouseReleaseEvent' ||
$className eq 'khtml::MouseEvent' ||
$className eq 'tdehtml::DrawContentsEvent' || # the tdehtml:: classes build, but don't link
$className eq 'tdehtml::MouseDoubleClickEvent' ||
$className eq 'tdehtml::MouseMoveEvent' ||
$className eq 'tdehtml::MousePressEvent' ||
$className eq 'tdehtml::MouseReleaseEvent' ||
$className eq 'tdehtml::MouseEvent' ||
$className eq 'KURL::List' ||
$className eq 'KWin::Info' ||
$className eq 'TerminalInterface' ||
@ -3355,7 +3355,7 @@ sub addIncludeForClass($$$)
{
my ( $node, $addInclude, $debugMe ) = @_;
my $sourcename = $node->{Source}->{astNodeName};
if ( $sourcename !~ s!.*(kio/|kparts/|dom/|kabc/|ksettings/|kjs/|ktexteditor/|tdeprint/|tdesu/)(.*)!$1$2!m ) {
if ( $sourcename !~ s!.*(kio/|tdeparts/|dom/|kabc/|ksettings/|kjs/|tdetexteditor/|tdeprint/|tdesu/)(.*)!$1$2!m ) {
$sourcename =~ s!.*/(.*)!$1!m;
}
# die "Empty source name for $node->{astNodeName}" if ( $sourcename eq '' );
@ -3624,7 +3624,7 @@ sub generateMethod($$$$$$$$$)
return;
}
if ( $sourcename !~ s!.*(kio/|kparts/|dom/|kabc/|ksettings/|kjs/|ktexteditor/|tdeprint/|tdesu/)(.*)!$1$2!m ) {
if ( $sourcename !~ s!.*(kio/|tdeparts/|dom/|kabc/|ksettings/|kjs/|tdetexteditor/|tdeprint/|tdesu/)(.*)!$1$2!m ) {
$sourcename =~ s!.*/(.*)!$1!m;
}
if ( $sourcename eq '' ) {
@ -4155,7 +4155,7 @@ sub generateAllMethods($$$$$$$$)
my $sourcename = $classNode->{Source}->{astNodeName};
if ( $sourcename !~ s!.*(kio/|kparts/|dom/|kabc/|ksettings/|kjs/|ktexteditor/|tdeprint/|tdesu/)(.*)!$1$2!m ) {
if ( $sourcename !~ s!.*(kio/|tdeparts/|dom/|kabc/|ksettings/|kjs/|tdetexteditor/|tdeprint/|tdesu/)(.*)!$1$2!m ) {
$sourcename =~ s!.*/(.*)!$1!m;
}
# die "Empty source name for $classNode->{astNodeName} $classNode->{Source}->{astNodeName}" if ( $sourcename eq '' );
@ -4164,7 +4164,7 @@ sub generateAllMethods($$$$$$$$)
$addInclude->{$sourcename} = 1;
# my $s;
# for my $sn( @{$classNode->{Sources}} ) {
# if ( ($s = $sn->{astNodeName}) !~ s!.*(kio/|kparts/|dom/|kabc/|ksettings/|kjs/|ktexteditor/|tdeprint/|tdesu/)(.*)!$1$2!m ) {
# if ( ($s = $sn->{astNodeName}) !~ s!.*(kio/|tdeparts/|dom/|kabc/|ksettings/|kjs/|tdetexteditor/|tdeprint/|tdesu/)(.*)!$1$2!m ) {
# $s =~ s!.*/(.*)!$1!m;
# }
# $addInclude->{$s} = 1;

@ -756,12 +756,12 @@ sub preParseClass
$className eq 'TDEIO::MetaData' ||
$className eq 'KFileMimeTypeInfo::ItemInfo' ||
$className eq 'TDEIO::UDSAtom' ||
$className eq 'khtml::DrawContentsEvent' || # the khtml:: classes build, but don't link
$className eq 'khtml::MouseDoubleClickEvent' ||
$className eq 'khtml::MouseMoveEvent' ||
$className eq 'khtml::MousePressEvent' ||
$className eq 'khtml::MouseReleaseEvent' ||
$className eq 'khtml::MouseEvent' ||
$className eq 'tdehtml::DrawContentsEvent' || # the tdehtml:: classes build, but don't link
$className eq 'tdehtml::MouseDoubleClickEvent' ||
$className eq 'tdehtml::MouseMoveEvent' ||
$className eq 'tdehtml::MousePressEvent' ||
$className eq 'tdehtml::MouseReleaseEvent' ||
$className eq 'tdehtml::MouseEvent' ||
$className eq 'KURL::List' ||
$className eq 'KWin::Info' ||
$className eq 'TerminalInterface' ||
@ -1732,7 +1732,7 @@ sub generateMethod($$$$$$$)
return;
}
if ( $sourcename !~ s!.*(kio/|kparts/|dom/|kabc/|ksettings/|kjs/|ktexteditor/|tdeprint/|tdesu/)(.*)!$1$2!m ) {
if ( $sourcename !~ s!.*(kio/|tdeparts/|dom/|kabc/|ksettings/|kjs/|tdetexteditor/|tdeprint/|tdesu/)(.*)!$1$2!m ) {
$sourcename =~ s!.*/(.*)!$1!m;
}
if ( $sourcename eq '' ) {
@ -2124,7 +2124,7 @@ sub generateAllMethods($$$$$$)
my $sourcename = $classNode->{Source}->{astNodeName};
if ( $sourcename !~ s!.*(kio/|kparts/|dom/|kabc/|ksettings/|kjs/|ktexteditor/|tdeprint/|tdesu/)(.*)!$1$2!m ) {
if ( $sourcename !~ s!.*(kio/|tdeparts/|dom/|kabc/|ksettings/|kjs/|tdetexteditor/|tdeprint/|tdesu/)(.*)!$1$2!m ) {
$sourcename =~ s!.*/(.*)!$1!m;
}
die "Empty source name for $classNode->{astNodeName}" if ( $sourcename eq '' );
@ -2148,7 +2148,7 @@ sub generateAllMethods($$$$$$)
if ($classNode->{astNodeName} ne $main::globalSpaceClassName) {
# my $s;
# for my $sn( @{$classNode->{Sources}} ) {
# if ( ($s = $sn->{astNodeName}) !~ s!.*(kio/|kparts/|dom/|kabc/|ksettings/|kjs/|ktexteditor/|tdeprint/|tdesu/)(.*)!$1$2!m ) {
# if ( ($s = $sn->{astNodeName}) !~ s!.*(kio/|tdeparts/|dom/|kabc/|ksettings/|kjs/|tdetexteditor/|tdeprint/|tdesu/)(.*)!$1$2!m ) {
# $s =~ s!.*/(.*)!$1!m;
# }
# $addInclude->{$s} = 1;

@ -776,12 +776,12 @@ sub preParseClass
$className eq 'TDEIO::MetaData' ||
$className eq 'KFileMimeTypeInfo::ItemInfo' ||
$className eq 'TDEIO::UDSAtom' ||
$className eq 'khtml::DrawContentsEvent' || # the khtml:: classes build, but don't link
$className eq 'khtml::MouseDoubleClickEvent' ||
$className eq 'khtml::MouseMoveEvent' ||
$className eq 'khtml::MousePressEvent' ||
$className eq 'khtml::MouseReleaseEvent' ||
$className eq 'khtml::MouseEvent' ||
$className eq 'tdehtml::DrawContentsEvent' || # the tdehtml:: classes build, but don't link
$className eq 'tdehtml::MouseDoubleClickEvent' ||
$className eq 'tdehtml::MouseMoveEvent' ||
$className eq 'tdehtml::MousePressEvent' ||
$className eq 'tdehtml::MouseReleaseEvent' ||
$className eq 'tdehtml::MouseEvent' ||
$className eq 'KURL::List' ||
$className eq 'KWin::Info' ||
$className eq 'TerminalInterface' ||
@ -1777,7 +1777,7 @@ sub generateMethod($$$$$$$)
return;
}
if ( $sourcename !~ s!.*(kio/|kparts/|dom/|kabc/|ksettings/|kjs/|ktexteditor/|tdeprint/|tdesu/)(.*)!$1$2!m ) {
if ( $sourcename !~ s!.*(kio/|tdeparts/|dom/|kabc/|ksettings/|kjs/|tdetexteditor/|tdeprint/|tdesu/)(.*)!$1$2!m ) {
$sourcename =~ s!.*/(.*)!$1!m;
}
if ( $sourcename eq '' ) {
@ -2317,7 +2317,7 @@ sub generateAllMethods($$$$$$)
my $sourcename = $classNode->{Source}->{astNodeName};
if ( $sourcename !~ s!.*(kio/|kparts/|dom/|kabc/|ksettings/|kjs/|ktexteditor/|tdeprint/|tdesu/)(.*)!$1$2!m ) {
if ( $sourcename !~ s!.*(kio/|tdeparts/|dom/|kabc/|ksettings/|kjs/|tdetexteditor/|tdeprint/|tdesu/)(.*)!$1$2!m ) {
$sourcename =~ s!.*/(.*)!$1!m;
}
die "Empty source name for $classNode->{astNodeName}" if ( $sourcename eq '' );
@ -2339,7 +2339,7 @@ sub generateAllMethods($$$$$$)
if ($classNode->{astNodeName} ne $main::globalSpaceClassName) {
# my $s;
# for my $sn( @{$classNode->{Sources}} ) {
# if ( ($s = $sn->{astNodeName}) !~ s!.*(kio/|kparts/|dom/|kabc/|ksettings/|kjs/|ktexteditor/|tdeprint/|tdesu/)(.*)!$1$2!m ) {
# if ( ($s = $sn->{astNodeName}) !~ s!.*(kio/|tdeparts/|dom/|kabc/|ksettings/|kjs/|tdetexteditor/|tdeprint/|tdesu/)(.*)!$1$2!m ) {
# $s =~ s!.*/(.*)!$1!m;
# }
# $addInclude->{$s} = 1;

@ -230,7 +230,7 @@ BEGIN
'TQStyle::SubControls' => 'int',
);
$headerSubdirectories = "kio/|tdevelop/|kinterfacedesigner/|kontact/|kate/|kparts/|dom/|kabc/|ksettings/|kjs/|ktexteditor/|tdeprint/|tdesu/|knewstuff/"
$headerSubdirectories = "kio/|tdevelop/|kinterfacedesigner/|kontact/|kate/|tdeparts/|dom/|kabc/|ksettings/|kjs/|tdetexteditor/|tdeprint/|tdesu/|knewstuff/"
}
@ -406,13 +406,13 @@ sub preParseClass
$className eq 'KPropertiesDialog' ||
$className eq 'ProgressItem' ||
$className eq 'TDEIO::ChmodInfo' ||
$className eq 'khtml::DrawContentsEvent' || # the khtml:: classes build, but don't link
$className eq 'khtml::MouseDoubleClickEvent' ||
$className eq 'khtml::MouseMoveEvent' ||
$className eq 'khtml::MousePressEvent' ||
$className eq 'khtml::MouseReleaseEvent' ||
$className eq 'khtml::MouseEvent' ||
$className eq 'khtml' ||
$className eq 'tdehtml::DrawContentsEvent' || # the tdehtml:: classes build, but don't link
$className eq 'tdehtml::MouseDoubleClickEvent' ||
$className eq 'tdehtml::MouseMoveEvent' ||
$className eq 'tdehtml::MousePressEvent' ||
$className eq 'tdehtml::MouseReleaseEvent' ||
$className eq 'tdehtml::MouseEvent' ||
$className eq 'tdehtml' ||
$className eq 'KURL::List' ||
$className eq 'KWin::Info' ||
$className eq 'TerminalInterface' ||

@ -838,7 +838,7 @@ sub writeClassDoc
my $sourcename = $node->{Source}->{astNodeName};
if ( $sourcename =~ m!.*(dom|kabc|tdeprint|tdesu|kio|kjs|kparts|ktexteditor|libkmid)/([^/]*$)! ) {
if ( $sourcename =~ m!.*(dom|kabc|tdeprint|tdesu|kio|kjs|tdeparts|tdetexteditor|libtdemid)/([^/]*$)! ) {
$sourcename = $1."/".$2;
} else {
$sourcename =~ s!.*/([^/]*$)!$1!;

@ -2862,7 +2862,7 @@ sub addNamespace
if ( $className =~ /^(DrawContentsEvent|MouseDoubleClickEvent|MouseEvent|MouseMoveEvent|MousePressEvent|MouseReleaseEvent)/ )
{
return "khtml::".$className;
return "tdehtml::".$className;
}
if ( $className =~ /^(OfferList)/ )

@ -67,7 +67,7 @@
2003-12-30 Richard Dale <Richard_Dale@tipitina.demon.co.uk>
* Fixed/removed some compiler warnings from the generated code
* Removed -lkjs, -lkscipt and -lkmid libs from the link options
* Removed -lkjs, -lkscipt and -ltdemid libs from the link options
* Removed KDockWindow, KLineEditDlg, KPrinter, KNamedCommand, TDESocket and KRegExpr
classes
* Added KInputDialog, KExtendedSocket, TDEBufferedIO, KAsyncIO, KDirLister, RenameDlg,
@ -217,7 +217,7 @@
2002-02-02 Dirk Mueller <dmuell@gmx.net>
* koala/kdejava/Makefile.am: removed KKeyChooser as
it doesn't compile anymore with current tdelibs.
* Remove private method bindings from khtml/MouseEvent
* Remove private method bindings from tdehtml/MouseEvent
* Removed KAccelAction (private header)
2002-02-01 Richard Dale <duke@tipitina.demon.co.uk>
* Removed KToolBarButtonList class

@ -1,4 +1,4 @@
- Split up and group java classes into sub packages such as 'org.kde.koala.kparts',
- Split up and group java classes into sub packages such as 'org.kde.koala.tdeparts',
and 'org.kde.koala.tdecore'.
- Split up shared libs into smaller sub-libraries for faster loading, or write

@ -20,7 +20,7 @@ type=DATA
addcxxflags=
bin_program=koala
cxxflags=\s-O0 -Wall
ldadd=$(LIB_KSPELL) -lqtjava -lkparts $(LIB_KIO) -lXext -lX11
ldadd=$(LIB_KSPELL) -lqtjava -ltdeparts $(LIB_KIO) -lXext -lX11
ldflags=
[General]

@ -4,7 +4,7 @@ noinst_PROGRAMS = koala
## INCLUDES were found outside tdevelop specific part
koala_SOURCES = main.cpp
koala_LDADD = ./kdejava/libkdejava.la ../../qtjava/javalib/qtjava/libqtjava.la $(LIB_KSPELL) -lkparts $(LIB_KIO) -lXext -lX11 $(LIBSOCKET)
koala_LDADD = ./kdejava/libkdejava.la ../../qtjava/javalib/qtjava/libqtjava.la $(LIB_KSPELL) -ltdeparts $(LIB_KIO) -lXext -lX11 $(LIBSOCKET)
SUBDIRS = org kdejava
@ -36,7 +36,7 @@ INCLUDES= $(all_includes)
koala_METASOURCES = AUTO
# the library search path.
koala_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -lktexteditor
koala_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -ltdetexteditor
# them while "make clean", use CLEANFILES
CLEANFILES = koala.jar

@ -1,5 +1,5 @@
//Auto-generated by kalyptus. DO NOT EDIT.
#include <kparts/browserextension.h>
#include <tdeparts/browserextension.h>
#include <tqdatastream.h>
#include <tqstring.h>
#include <tqpoint.h>

@ -1,5 +1,5 @@
//Auto-generated by kalyptus. DO NOT EDIT.
#include <kparts/browserextension.h>
#include <tdeparts/browserextension.h>
#include <tqstring.h>
#include <tqstringlist.h>
#include <kurl.h>

@ -1,7 +1,7 @@
//Auto-generated by kalyptus. DO NOT EDIT.
#include <kservice.h>
#include <kparts/browserrun.h>
#include <kparts/browserextension.h>
#include <tdeparts/browserrun.h>
#include <tdeparts/browserextension.h>
#include <tqstring.h>
#include <kurl.h>

@ -1,7 +1,7 @@
//Auto-generated by kalyptus. DO NOT EDIT.
#include <tqstring.h>
#include <kparts/dockmainwindow.h>
#include <kparts/part.h>
#include <tdeparts/dockmainwindow.h>
#include <tdeparts/part.h>
#include <tqnamespace.h>
#include <qtjava/QtSupport.h>

@ -110,47 +110,47 @@ Java_org_kde_koala_Element_isHTMLElement(JNIEnv* env, jobject obj)
}
JNIEXPORT jboolean JNICALL
Java_org_kde_koala_Element_khtmlMalformedPrefix(JNIEnv* env, jclass cls, jstring name)
Java_org_kde_koala_Element_tdehtmlMalformedPrefix(JNIEnv* env, jclass cls, jstring name)
{
(void) cls;
static DOM::DOMString* _domstring_name = 0;
jboolean xret = (jboolean) ElementJBridge::khtmlMalformedPrefix((DOM::DOMString)*(DOM::DOMString*) KDESupport::toDOMString(env, name, &_domstring_name));
jboolean xret = (jboolean) ElementJBridge::tdehtmlMalformedPrefix((DOM::DOMString)*(DOM::DOMString*) KDESupport::toDOMString(env, name, &_domstring_name));
return xret;
}
JNIEXPORT jboolean JNICALL
Java_org_kde_koala_Element_khtmlMalformedQualifiedName(JNIEnv* env, jclass cls, jstring name)
Java_org_kde_koala_Element_tdehtmlMalformedQualifiedName(JNIEnv* env, jclass cls, jstring name)
{
(void) cls;
static DOM::DOMString* _domstring_name = 0;
jboolean xret = (jboolean) ElementJBridge::khtmlMalformedQualifiedName((DOM::DOMString)*(DOM::DOMString*) KDESupport::toDOMString(env, name, &_domstring_name));
jboolean xret = (jboolean) ElementJBridge::tdehtmlMalformedQualifiedName((DOM::DOMString)*(DOM::DOMString*) KDESupport::toDOMString(env, name, &_domstring_name));
return xret;
}
JNIEXPORT jboolean JNICALL
Java_org_kde_koala_Element_khtmlValidAttrName(JNIEnv* env, jclass cls, jstring name)
Java_org_kde_koala_Element_tdehtmlValidAttrName(JNIEnv* env, jclass cls, jstring name)
{
(void) cls;
static DOM::DOMString* _domstring_name = 0;
jboolean xret = (jboolean) ElementJBridge::khtmlValidAttrName((DOM::DOMString)*(DOM::DOMString*) KDESupport::toDOMString(env, name, &_domstring_name));
jboolean xret = (jboolean) ElementJBridge::tdehtmlValidAttrName((DOM::DOMString)*(DOM::DOMString*) KDESupport::toDOMString(env, name, &_domstring_name));
return xret;
}
JNIEXPORT jboolean JNICALL
Java_org_kde_koala_Element_khtmlValidPrefix(JNIEnv* env, jclass cls, jstring name)
Java_org_kde_koala_Element_tdehtmlValidPrefix(JNIEnv* env, jclass cls, jstring name)
{
(void) cls;
static DOM::DOMString* _domstring_name = 0;
jboolean xret = (jboolean) ElementJBridge::khtmlValidPrefix((DOM::DOMString)*(DOM::DOMString*) KDESupport::toDOMString(env, name, &_domstring_name));
jboolean xret = (jboolean) ElementJBridge::tdehtmlValidPrefix((DOM::DOMString)*(DOM::DOMString*) KDESupport::toDOMString(env, name, &_domstring_name));
return xret;
}
JNIEXPORT jboolean JNICALL
Java_org_kde_koala_Element_khtmlValidQualifiedName(JNIEnv* env, jclass cls, jstring name)
Java_org_kde_koala_Element_tdehtmlValidQualifiedName(JNIEnv* env, jclass cls, jstring name)
{
(void) cls;
static DOM::DOMString* _domstring_name = 0;
jboolean xret = (jboolean) ElementJBridge::khtmlValidQualifiedName((DOM::DOMString)*(DOM::DOMString*) KDESupport::toDOMString(env, name, &_domstring_name));
jboolean xret = (jboolean) ElementJBridge::tdehtmlValidQualifiedName((DOM::DOMString)*(DOM::DOMString*) KDESupport::toDOMString(env, name, &_domstring_name));
return xret;
}

@ -34,11 +34,11 @@ extern JNIEXPORT jboolean JNICALL Java_org_kde_koala_Element_contentEditable (JN
extern JNIEXPORT void JNICALL Java_org_kde_koala_Element_setContentEditable (JNIEnv *env, jobject, jboolean);
extern JNIEXPORT jboolean JNICALL Java_org_kde_koala_Element_isHTMLElement (JNIEnv *env, jobject);
extern JNIEXPORT jobject JNICALL Java_org_kde_koala_Element_form (JNIEnv *env, jobject);
extern JNIEXPORT jboolean JNICALL Java_org_kde_koala_Element_khtmlValidAttrName (JNIEnv *env, jclass, jstring);
extern JNIEXPORT jboolean JNICALL Java_org_kde_koala_Element_khtmlValidPrefix (JNIEnv *env, jclass, jstring);
extern JNIEXPORT jboolean JNICALL Java_org_kde_koala_Element_khtmlValidQualifiedName (JNIEnv *env, jclass, jstring);
extern JNIEXPORT jboolean JNICALL Java_org_kde_koala_Element_khtmlMalformedQualifiedName (JNIEnv *env, jclass, jstring);
extern JNIEXPORT jboolean JNICALL Java_org_kde_koala_Element_khtmlMalformedPrefix (JNIEnv *env, jclass, jstring);
extern JNIEXPORT jboolean JNICALL Java_org_kde_koala_Element_tdehtmlValidAttrName (JNIEnv *env, jclass, jstring);
extern JNIEXPORT jboolean JNICALL Java_org_kde_koala_Element_tdehtmlValidPrefix (JNIEnv *env, jclass, jstring);
extern JNIEXPORT jboolean JNICALL Java_org_kde_koala_Element_tdehtmlValidQualifiedName (JNIEnv *env, jclass, jstring);
extern JNIEXPORT jboolean JNICALL Java_org_kde_koala_Element_tdehtmlMalformedQualifiedName (JNIEnv *env, jclass, jstring);
extern JNIEXPORT jboolean JNICALL Java_org_kde_koala_Element_tdehtmlMalformedPrefix (JNIEnv *env, jclass, jstring);
#ifdef __cplusplus
}

@ -1,5 +1,5 @@
//Auto-generated by kalyptus. DO NOT EDIT.
#include <kparts/event.h>
#include <tdeparts/event.h>
#include <qtjava/QtSupport.h>
#include <kdejava/KDESupport.h>

@ -1,6 +1,6 @@
//Auto-generated by kalyptus. DO NOT EDIT.
#include <tqstringlist.h>
#include <kparts/factory.h>
#include <tdeparts/factory.h>
#include <tqcstring.h>
#include <qtjava/QtSupport.h>

@ -1,5 +1,5 @@
//Auto-generated by kalyptus. DO NOT EDIT.
#include <kparts/event.h>
#include <tdeparts/event.h>
#include <qtjava/QtSupport.h>
#include <kdejava/KDESupport.h>

@ -1,6 +1,6 @@
//Auto-generated by kalyptus. DO NOT EDIT.
#include <tqstring.h>
#include <kparts/historyprovider.h>
#include <tdeparts/historyprovider.h>
#include <tqstringlist.h>
#include <qtjava/QtSupport.h>

@ -4,7 +4,7 @@
#include <tqstring.h>
#include <kio/global.h>
#include <kfileview.h>
#include <kparts/browserextension.h>
#include <tdeparts/browserextension.h>
#include <kfile.h>
#include <qtjava/QtSupport.h>

@ -24,7 +24,7 @@
#include <dom/dom_node.h>
#include <kxmlguiclient.h>
#include <kspell.h>
#include <tdespell.h>
#include <kurlrequester.h>
#include <ktoolbar.h>
#include <kaction.h>
@ -36,14 +36,14 @@
#include <klistview.h>
#include <kprocio.h>
#include <kprocess.h>
#include <kparts/part.h>
#include <kparts/browserextension.h>
#include <tdeparts/part.h>
#include <tdeparts/browserextension.h>
#include <kio/slave.h>
#include <kio/skipdlg.h>
#include <kbookmark.h>
#include <kdatatool.h>
#include <kfiletreeviewitem.h>
#include <kmdichildfrm.h>
#include <tdemdichildfrm.h>
class KDEJavaSlotFactory;

@ -1,6 +1,6 @@
//Auto-generated by kalyptus. DO NOT EDIT.
#include <kio/global.h>
#include <kparts/browserextension.h>
#include <tdeparts/browserextension.h>
#include <kdirlister.h>
#include <tqstring.h>
#include <tqstringlist.h>

@ -1,7 +1,7 @@
//Auto-generated by kalyptus. DO NOT EDIT.
#include <kdiroperator.h>
#include <tqdir.h>
#include <kparts/browserextension.h>
#include <tdeparts/browserextension.h>
#include <kaction.h>
#include <tqstring.h>
#include <tqpoint.h>

@ -1,6 +1,6 @@
//Auto-generated by kalyptus. DO NOT EDIT.
#include <kio/global.h>
#include <kparts/browserextension.h>
#include <tdeparts/browserextension.h>
#include <kdirsize.h>
#include <kurl.h>

@ -2,7 +2,7 @@
#include <tqdir.h>
#include <kio/global.h>
#include <kfileview.h>
#include <kparts/browserextension.h>
#include <tdeparts/browserextension.h>
#include <tqstring.h>
#include <kfiledetailview.h>
#include <kurl.h>

@ -2,7 +2,7 @@
#include <tqdir.h>
#include <kio/global.h>
#include <kfileview.h>
#include <kparts/browserextension.h>
#include <tdeparts/browserextension.h>
#include <kfileiconview.h>
#include <tqstring.h>
#include <kurl.h>

@ -2,7 +2,7 @@
#include <tqdir.h>
#include <kio/global.h>
#include <kfileview.h>
#include <kparts/browserextension.h>
#include <tdeparts/browserextension.h>
#include <kfilepreview.h>
#include <tqstring.h>
#include <kurl.h>

@ -2,7 +2,7 @@
#include <tqdir.h>
#include <kio/global.h>
#include <kfileview.h>
#include <kparts/browserextension.h>
#include <tdeparts/browserextension.h>
#include <tqstring.h>
#include <kfile.h>

@ -3,14 +3,14 @@
#include <dom/dom2_range.h>
#include <tqcursor.h>
#include <tqrect.h>
#include <kparts/browserextension.h>
#include <tdeparts/browserextension.h>
#include <tqdatastream.h>
#include <dom/dom_node.h>
#include <tqstring.h>
#include <tqpoint.h>
#include <tqstringlist.h>
#include <tqvariant.h>
#include <khtml_part.h>
#include <tdehtml_part.h>
#include <dom/dom_doc.h>
#include <kurl.h>
#include <tqcstring.h>

@ -1,7 +1,7 @@
//Auto-generated by kalyptus. DO NOT EDIT.
#include <tqstring.h>
#include <tqcolor.h>
#include <khtml_settings.h>
#include <tdehtml_settings.h>
#include <qtjava/QtSupport.h>
#include <kdejava/KDESupport.h>

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

@ -1,5 +1,5 @@
//Auto-generated by kalyptus. DO NOT EDIT.
#include <kmdidefines.h>
#include <tdemdidefines.h>
#include <qtjava/QtSupport.h>
#include <kdejava/KDESupport.h>

@ -1,5 +1,5 @@
//Auto-generated by kalyptus. DO NOT EDIT.
#include <kmdichildarea.h>
#include <tdemdichildarea.h>
#include <tqfont.h>
#include <tqpoint.h>
#include <tqcolor.h>

@ -1,6 +1,6 @@
//Auto-generated by kalyptus. DO NOT EDIT.
#include <tqrect.h>
#include <kmdichildfrm.h>
#include <tdemdichildfrm.h>
#include <tqpixmap.h>
#include <tqstring.h>
#include <tqpoint.h>

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

@ -1,5 +1,5 @@
//Auto-generated by kalyptus. DO NOT EDIT.
#include <kmdichildfrm.h>
#include <tdemdichildfrm.h>
#include <qtjava/QtSupport.h>
#include <kdejava/KDESupport.h>

@ -1,5 +1,5 @@
//Auto-generated by kalyptus. DO NOT EDIT.
#include <kmdichildfrm.h>
#include <tdemdichildfrm.h>
#include <qtjava/QtSupport.h>
#include <kdejava/KDESupport.h>

@ -1,5 +1,5 @@
//Auto-generated by kalyptus. DO NOT EDIT.
#include <kmdichildfrm.h>
#include <tdemdichildfrm.h>
#include <qtjava/QtSupport.h>
#include <kdejava/KDESupport.h>

@ -1,5 +1,5 @@
//Auto-generated by kalyptus. DO NOT EDIT.
#include <kmdichildfrm.h>
#include <tdemdichildfrm.h>
#include <qtjava/QtSupport.h>
#include <kdejava/KDESupport.h>

@ -1,5 +1,5 @@
//Auto-generated by kalyptus. DO NOT EDIT.
#include <kmdichildfrm.h>
#include <tdemdichildfrm.h>
#include <qtjava/QtSupport.h>
#include <kdejava/KDESupport.h>

@ -1,6 +1,6 @@
//Auto-generated by kalyptus. DO NOT EDIT.
#include <tqdatetime.h>
#include <kmdichildview.h>
#include <tdemdichildview.h>
#include <tqrect.h>
#include <tqpixmap.h>
#include <tqstring.h>

@ -3,12 +3,12 @@
#include <tqrect.h>
#include <tqpixmap.h>
#include <kdockwidget.h>
#include <kmdidefines.h>
#include <tdemdidefines.h>
#include <tqstring.h>
#include <tqstringlist.h>
#include <tqpoint.h>
#include <tqcolor.h>
#include <kmdimainfrm.h>
#include <tdemdimainfrm.h>
#include <tqnamespace.h>
#include <qtjava/QtSupport.h>

@ -1,5 +1,5 @@
//Auto-generated by kalyptus. DO NOT EDIT.
#include <kmditaskbar.h>
#include <tdemditaskbar.h>
#include <qtjava/QtSupport.h>
#include <kdejava/KDESupport.h>

@ -1,5 +1,5 @@
//Auto-generated by kalyptus. DO NOT EDIT.
#include <kmditaskbar.h>
#include <tdemditaskbar.h>
#include <tqstring.h>
#include <qtjava/QtSupport.h>

@ -1,5 +1,5 @@
//Auto-generated by kalyptus. DO NOT EDIT.
#include <kmditoolviewaccessor.h>
#include <tdemditoolviewaccessor.h>
#include <kdockwidget.h>
#include <tqstring.h>

@ -1,5 +1,5 @@
//Auto-generated by kalyptus. DO NOT EDIT.
#include <kmdimainfrm.h>
#include <tdemdimainfrm.h>
#include <qtjava/QtSupport.h>
#include <kdejava/KDESupport.h>

@ -1,5 +1,5 @@
//Auto-generated by kalyptus. DO NOT EDIT.
#include <kmdichildfrm.h>
#include <tdemdichildfrm.h>
#include <qtjava/QtSupport.h>
#include <kdejava/KDESupport.h>

@ -2,7 +2,7 @@
#include <tqpixmap.h>
#include <tqfont.h>
#include <tqstring.h>
#include <kmultitabbar.h>
#include <tdemultitabbar.h>
#include <qtjava/QtSupport.h>
#include <kdejava/KDESupport.h>

@ -2,7 +2,7 @@
#include <tqsize.h>
#include <tqpixmap.h>
#include <tqstring.h>
#include <kmultitabbar.h>
#include <tdemultitabbar.h>
#include <qtjava/QtSupport.h>
#include <kdejava/KDESupport.h>

@ -1,7 +1,7 @@
//Auto-generated by kalyptus. DO NOT EDIT.
#include <tqpixmap.h>
#include <tqstring.h>
#include <kmultitabbar.h>
#include <tdemultitabbar.h>
#include <qtjava/QtSupport.h>
#include <kdejava/KDESupport.h>

@ -1,5 +1,5 @@
//Auto-generated by kalyptus. DO NOT EDIT.
#include <kmultipledrag.h>
#include <tdemultipledrag.h>
#include <tqcstring.h>
#include <qtjava/QtSupport.h>

@ -1,6 +1,6 @@
//Auto-generated by kalyptus. DO NOT EDIT.
#include <ksconfig.h>
#include <kspell.h>
#include <tdespell.h>
#include <tqstring.h>
#include <tqstringlist.h>

@ -1,5 +1,5 @@
//Auto-generated by kalyptus. DO NOT EDIT.
#include <kspelldlg.h>
#include <tdespelldlg.h>
#include <tqstring.h>
#include <qtjava/QtSupport.h>

@ -1,11 +1,11 @@
//Auto-generated by kalyptus. DO NOT EDIT.
#include <tqglobal.h>
#include <ksycoca.h>
#include <tdesycoca.h>
#include <dcopclient.h>
#include <tqstring.h>
#include <tqstringlist.h>
#include <dcopobject.h>
#include <ksycocatype.h>
#include <tdesycocatype.h>
#include <tqcstring.h>
#include <qtjava/QtSupport.h>

@ -1,9 +1,9 @@
//Auto-generated by kalyptus. DO NOT EDIT.
#include <ksycocaentry.h>
#include <tdesycocaentry.h>
#include <tqdatastream.h>
#include <tqstring.h>
#include <tqstringlist.h>
#include <ksycocatype.h>
#include <tdesycocatype.h>
#include <qtjava/QtSupport.h>
#include <kdejava/KDESupport.h>

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

@ -1,7 +1,7 @@
//Auto-generated by kalyptus. DO NOT EDIT.
#include <kparts/mainwindow.h>
#include <tdeparts/mainwindow.h>
#include <tqstring.h>
#include <kparts/part.h>
#include <tdeparts/part.h>
#include <tqnamespace.h>
#include <qtjava/QtSupport.h>

@ -33,6 +33,6 @@ noinst_HEADERS = KDESupport.h KDEJavaSlot.h
libkdejava_la_LDFLAGS = $(all_libraries) -no-undefined -version-info $(SOMAJOR):$(SOMINOR):$(SOSUBMINOR)
libkdejava_la_LIBADD = $(top_builddir)/qtjava/javalib/qtjava/libqtjavasupport.la -lkmdi $(LIB_KHTML) $(LIB_KSPELL) $(LIB_KIO) $(LIB_TDECORE) $(LIB_KPARTS) $(LIB_TDEUI) $(LIB_KUTILS) $(LIB_TDEPRINT) -lDCOP -ltdefx
libkdejava_la_LIBADD = $(top_builddir)/qtjava/javalib/qtjava/libqtjavasupport.la -ltdemdi $(LIB_KHTML) $(LIB_KSPELL) $(LIB_KIO) $(LIB_TDECORE) $(LIB_KPARTS) $(LIB_TDEUI) $(LIB_KUTILS) $(LIB_TDEPRINT) -lDCOP -ltdefx
KDE_OPTIONS = qtonly nofinal

@ -1,6 +1,6 @@
//Auto-generated by kalyptus. DO NOT EDIT.
#include <kio/metainfojob.h>
#include <kparts/browserextension.h>
#include <tdeparts/browserextension.h>
#include <tqstringlist.h>
#include <qtjava/QtSupport.h>

@ -1,5 +1,5 @@
//Auto-generated by kalyptus. DO NOT EDIT.
#include <kparts/browserextension.h>
#include <tdeparts/browserextension.h>
#include <kurl.h>
#include <qtjava/QtSupport.h>

@ -1,7 +1,7 @@
//Auto-generated by kalyptus. DO NOT EDIT.
#include <tqstring.h>
#include <tqpoint.h>
#include <kparts/part.h>
#include <tdeparts/part.h>
#include <qtjava/QtSupport.h>
#include <kdejava/KDESupport.h>

@ -1,5 +1,5 @@
//Auto-generated by kalyptus. DO NOT EDIT.
#include <kparts/event.h>
#include <tdeparts/event.h>
#include <qtjava/QtSupport.h>
#include <kdejava/KDESupport.h>

@ -1,5 +1,5 @@
//Auto-generated by kalyptus. DO NOT EDIT.
#include <kparts/part.h>
#include <tdeparts/part.h>
#include <qtjava/QtSupport.h>
#include <kdejava/KDESupport.h>

@ -1,5 +1,5 @@
//Auto-generated by kalyptus. DO NOT EDIT.
#include <kparts/partmanager.h>
#include <tdeparts/partmanager.h>
#include <qtjava/QtSupport.h>
#include <kdejava/KDESupport.h>

@ -1,5 +1,5 @@
//Auto-generated by kalyptus. DO NOT EDIT.
#include <kparts/event.h>
#include <tdeparts/event.h>
#include <qtjava/QtSupport.h>
#include <kdejava/KDESupport.h>

@ -1,6 +1,6 @@
//Auto-generated by kalyptus. DO NOT EDIT.
#include <kxmlguiclient.h>
#include <kparts/plugin.h>
#include <tdeparts/plugin.h>
#include <tqstring.h>
#include <tqstringlist.h>
#include <tqdom.h>

@ -1,5 +1,5 @@
//Auto-generated by kalyptus. DO NOT EDIT.
#include <kparts/browserextension.h>
#include <tdeparts/browserextension.h>
#include <tqpixmap.h>
#include <tqstring.h>
#include <tqstringlist.h>

@ -1,6 +1,6 @@
//Auto-generated by kalyptus. DO NOT EDIT.
#include <tqstring.h>
#include <kparts/part.h>
#include <tdeparts/part.h>
#include <kurl.h>
#include <tqcstring.h>

@ -1,5 +1,5 @@
//Auto-generated by kalyptus. DO NOT EDIT.
#include <kparts/part.h>
#include <tdeparts/part.h>
#include <kurl.h>
#include <qtjava/QtSupport.h>

@ -1,5 +1,5 @@
//Auto-generated by kalyptus. DO NOT EDIT.
#include <kparts/statusbarextension.h>
#include <tdeparts/statusbarextension.h>
#include <qtjava/QtSupport.h>
#include <kdejava/KDESupport.h>

@ -1,12 +1,12 @@
//Auto-generated by kalyptus. DO NOT EDIT.
#include <kio/renamedlg.h>
#include <kio/global.h>
#include <kparts/browserextension.h>
#include <tdeparts/browserextension.h>
#include <tqdatastream.h>
#include <kio/authinfo.h>
#include <tqstring.h>
#include <tqdom.h>
#include <kparts/part.h>
#include <tdeparts/part.h>
#include <kurl.h>
#include <kio/skipdlg.h>
#include <tqcstring.h>

@ -1,5 +1,5 @@
//Auto-generated by kalyptus. DO NOT EDIT.
#include <kparts/browserextension.h>
#include <tdeparts/browserextension.h>
#include <tqstring.h>
#include <qtjava/QtSupport.h>

@ -1,6 +1,6 @@
//Auto-generated by kalyptus. DO NOT EDIT.
#include <tqrect.h>
#include <kparts/browserextension.h>
#include <tdeparts/browserextension.h>
#include <qtjava/QtSupport.h>
#include <kdejava/KDESupport.h>

@ -317,10 +317,10 @@ public class Element extends Node {
@short KHTML extension to DOM This method returns the associated form element.
*/
public native Element form();
public static native boolean khtmlValidAttrName(String name);
public static native boolean khtmlValidPrefix(String name);
public static native boolean khtmlValidQualifiedName(String name);
public static native boolean khtmlMalformedQualifiedName(String name);
public static native boolean khtmlMalformedPrefix(String name);
public static native boolean tdehtmlValidAttrName(String name);
public static native boolean tdehtmlValidPrefix(String name);
public static native boolean tdehtmlValidQualifiedName(String name);
public static native boolean tdehtmlMalformedQualifiedName(String name);
public static native boolean tdehtmlMalformedPrefix(String name);
// DOM::Element* Element(DOM::ElementImpl* arg1); >>>> NOT CONVERTED
}

@ -25,7 +25,7 @@ public class Factory extends KLibFactory {
The ArrayList can be used to pass additional arguments to the part.
If the part needs additional arguments, it should take them as
name="value" pairs. This is the way additional arguments will get passed
to the part from eg. khtml. You can for example embed the part into HTML
to the part from eg. tdehtml. You can for example embed the part into HTML
by using the following code:
<pre>
<object type="my_mimetype" data="url_to_my_data">

@ -12,9 +12,9 @@ import org.kde.qt.TQObject;
Basic class to manage a history of "items". This class is only meant
for fast lookup, if an item is in the history or not.
May be subclassed to implement a persistent history for example.
For usage with khtml, just create your provider and call the
HistoryProvider constructor _before_ you do any khtml stuff. That way,
khtml, using the self()-method, will use your subclassed provider.
For usage with tdehtml, just create your provider and call the
HistoryProvider constructor _before_ you do any tdehtml stuff. That way,
tdehtml, using the self()-method, will use your subclassed provider.
See {@link HistoryProviderSignals} for signals emitted by HistoryProvider
@author Carsten Pfeiffer <pfeiffer@kde.org>

@ -17,7 +17,7 @@ import org.kde.qt.TQWidget;
/**
This class is khtml's main class. It features an almost complete
This class is tdehtml's main class. It features an almost complete
web browser, and html renderer.
The easiest way to use this class (if you just want to display an HTML
page at some URL) is the following:
@ -216,7 +216,7 @@ public class KHTMLPart extends ReadOnlyPart {
@short Returns a pointer to the KParts.BrowserExtension.
*/
public native BrowserExtension browserExtension();
// KParts::LiveConnectExtension* liveConnectExtension(const khtml::RenderPart* arg1); >>>> NOT CONVERTED
// KParts::LiveConnectExtension* liveConnectExtension(const tdehtml::RenderPart* arg1); >>>> NOT CONVERTED
public native BrowserHostExtension browserHostExtension();
/**
Returns a pointer to the HTML document's view.
@ -734,7 +734,7 @@ public class KHTMLPart extends ReadOnlyPart {
frame info in <code>childFrame</code>
@short Recursively finds the part containing the frame with name <code>f</code> and checks if it is accessible by <code>callingPart</code> Returns 0L if no suitable frame can't be found.
*/
// KHTMLPart* findFrameParent(KParts::ReadOnlyPart* arg1,const TQString& arg2,khtml::ChildFrame** arg3); >>>> NOT CONVERTED
// KHTMLPart* findFrameParent(KParts::ReadOnlyPart* arg1,const TQString& arg2,tdehtml::ChildFrame** arg3); >>>> NOT CONVERTED
public native KHTMLPart findFrameParent(ReadOnlyPart callingPart, String f);
/**
Return the current frame (the one that has focus)
@ -931,30 +931,30 @@ public class KHTMLPart extends ReadOnlyPart {
protected native void htmlError(int errorCode, String text, KURL reqUrl);
protected native void customEvent(TQCustomEvent event);
/**
Eventhandler of the khtml.MousePressEvent.
@short Eventhandler of the khtml.MousePressEvent.
Eventhandler of the tdehtml.MousePressEvent.
@short Eventhandler of the tdehtml.MousePressEvent.
*/
// void khtmlMousePressEvent(khtml::MousePressEvent* arg1); >>>> NOT CONVERTED
// void tdehtmlMousePressEvent(tdehtml::MousePressEvent* arg1); >>>> NOT CONVERTED
/**
Eventhandler for the khtml.MouseDoubleClickEvent.
@short Eventhandler for the khtml.MouseDoubleClickEvent.
Eventhandler for the tdehtml.MouseDoubleClickEvent.
@short Eventhandler for the tdehtml.MouseDoubleClickEvent.
*/
// void khtmlMouseDoubleClickEvent(khtml::MouseDoubleClickEvent* arg1); >>>> NOT CONVERTED
// void tdehtmlMouseDoubleClickEvent(tdehtml::MouseDoubleClickEvent* arg1); >>>> NOT CONVERTED
/**
Eventhandler for the khtml.MouseMouseMoveEvent.
@short Eventhandler for the khtml.MouseMouseMoveEvent.
Eventhandler for the tdehtml.MouseMouseMoveEvent.
@short Eventhandler for the tdehtml.MouseMouseMoveEvent.
*/
// void khtmlMouseMoveEvent(khtml::MouseMoveEvent* arg1); >>>> NOT CONVERTED
// void tdehtmlMouseMoveEvent(tdehtml::MouseMoveEvent* arg1); >>>> NOT CONVERTED
/**
Eventhandler for the khtml.MouseMouseReleaseEvent.
@short Eventhandler for the khtml.MouseMouseReleaseEvent.
Eventhandler for the tdehtml.MouseMouseReleaseEvent.
@short Eventhandler for the tdehtml.MouseMouseReleaseEvent.
*/
// void khtmlMouseReleaseEvent(khtml::MouseReleaseEvent* arg1); >>>> NOT CONVERTED
// void tdehtmlMouseReleaseEvent(tdehtml::MouseReleaseEvent* arg1); >>>> NOT CONVERTED
/**
Eventhandler for the khtml.DrawContentsEvent.
@short Eventhandler for the khtml.DrawContentsEvent.
Eventhandler for the tdehtml.DrawContentsEvent.
@short Eventhandler for the tdehtml.DrawContentsEvent.
*/
// void khtmlDrawContentsEvent(khtml::DrawContentsEvent* arg1); >>>> NOT CONVERTED
// void tdehtmlDrawContentsEvent(tdehtml::DrawContentsEvent* arg1); >>>> NOT CONVERTED
/**
Internal reimplementation of KParts.Part.guiActivateEvent .
@short Internal reimplementation of KParts.Part.guiActivateEvent .

@ -122,7 +122,7 @@ public class KServiceGroup extends KSycocaEntry {
public native int childCount();
/**
Returns true if the NoDisplay flag was set, i.e. if this
group should be hidden from menus, while still being in ksycoca.
group should be hidden from menus, while still being in tdesycoca.
@return true to hide this service group, false to display it
@short Returns true if the NoDisplay flag was set, i.

@ -243,7 +243,7 @@ public class KSpell extends TQObject {
After calling checkWord, you can use this to get the dialog box's
result code.
The possible
values are (from kspelldlg.h):
values are (from tdespelldlg.h):
<li>
KS_CANCEL

@ -178,8 +178,8 @@ public class KSpellConfig extends TQWidget {
*/
protected native boolean interpret(StringBuffer fname, StringBuffer lname, StringBuffer hname);
/**
Invokes the help documentation for kspell
@short Invokes the help documentation for kspell
Invokes the help documentation for tdespell
@short Invokes the help documentation for tdespell
*/
protected native void sHelp();
protected native void sNoAff(boolean arg1);

@ -327,8 +327,8 @@ public class KStringHandler implements QtSupport {
will be extracted. The final token will be the remainder of the string.
Example:
<pre>
perlSplit(' ', "kparts reaches the parts other parts can't", 3)
ArrayList contains: "kparts", "reaches", "the parts other parts can't"
perlSplit(' ', "tdeparts reaches the parts other parts can't", 3)
ArrayList contains: "tdeparts", "reaches", "the parts other parts can't"
</pre>
@param sep is the character to use to delimit s.
@param s is the input string

@ -54,7 +54,7 @@ public class KSycoca extends TQObject implements DCOPObjectInterface {
public native int timeStamp();
/**
Signature that keeps track of changes to
$TDEDIR/share/services/update_ksycoca
$TDEDIR/share/services/update_tdesycoca
Touching this file causes the database to be recreated
from scratch.
@short

@ -11,7 +11,7 @@ import org.kde.qt.TQDataStream;
You can't create an instance of KSycocaEntry, but it provides
the common functionality for servicetypes and services.
@short Base class for all Sycoca entries.
@see #http://developer#kde#org/documentation/library/kdeqt/trinityarch/ksycoca#html
@see #http://developer#kde#org/documentation/library/kdeqt/trinityarch/tdesycoca#html
*/
public class KSycocaEntry extends KShared {

@ -19,7 +19,7 @@ import org.kde.qt.TQObject;
\par Examples
A few examples will make this a lot more clear.
Say you have an application that will display HTML. In this
example, you don't want to link to khtml... and furthermore, you
example, you don't want to link to tdehtml... and furthermore, you
really don't care if the HTML browser is ours or not, as long as
it works. The way that you formulate your query as well as the way
that you execute the browser depends on whether or not you want the

@ -96,7 +96,7 @@ public class Part extends TQObject implements PartBaseInterface {
Returns the part (this, or a child part) at the given global position.
This is called by the part manager to ask whether a part should be activated
when clicking somewhere. In most cases the default implementation is enough.
Reimplement this if your part has child parts in some areas (like in khtml or koffice)
Reimplement this if your part has child parts in some areas (like in tdehtml or koffice)
@param widget the part widget being clicked - usually the same as widget(), except in koffice.
@param globalPos the mouse coordinates in global coordinates
@short Returns the part (this, or a child part) at the given global position.

@ -23,7 +23,7 @@ public class KSimpleBrowser extends KMainWindow {
static final int URLLined = 1;
KHTMLPart khtmlpart;
KHTMLPart tdehtmlpart;
public KSimpleBrowser (String name) {
@ -35,25 +35,25 @@ public class KSimpleBrowser extends KMainWindow {
toolBar().setItemAutoSized(URLLined);
khtmlpart = new KHTMLPart(this);
khtmlpart.begin();
tdehtmlpart = new KHTMLPart(this);
tdehtmlpart.begin();
khtmlpart.write("<HTML><BODY><H1>KSimpleBrowser</H1>" +
tdehtmlpart.write("<HTML><BODY><H1>KSimpleBrowser</H1>" +
"<P>To load a web page, type its URL in the line " +
"edit box and press enter,</P>" +
"</BODY></HTML>");
khtmlpart.end();
tdehtmlpart.end();
setCaption("KDE 2 Development book example - KSimpleBrowser");
setCentralWidget(khtmlpart.view());
setCentralWidget(tdehtmlpart.view());
}
public void slotNewURL () {
khtmlpart.openURL(new KURL(this.toolBar().getLinedText(URLLined))) ;
tdehtmlpart.openURL(new KURL(this.toolBar().getLinedText(URLLined))) ;
}

@ -6,7 +6,7 @@ INCLUDES = -I$(QTDIR)/tools/designer/uilib -I$(srcdir)/.. $(all_includes)
INCLUDES += -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST
SUBDIRS = bindings builtins qtbindings . plugin plugins kscript stdlib cpptests docs
SUBDIRS = bindings builtins qtbindings . plugin plugins tdescript stdlib cpptests docs
lib_LTLIBRARIES = libkjsembed.la
bin_PROGRAMS = kjscmd

@ -11,7 +11,7 @@ libkjsembedbuiltins_la_SOURCES = stdaction_imp.cpp \
qdir_imp.cpp \
qfile_imp.cpp
libkjsembedbuiltins_la_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -lktexteditor
libkjsembedbuiltins_la_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -ltdetexteditor
libkjsembedbuiltins_la_LIBADD = $(LIB_QT) $(LIB_TDECORE) $(LIB_TDEUI) $(LIB_KPARTS) \
$(LIB_KFILE) -lkjs $(LIBSOCKET)

@ -45,7 +45,7 @@
#ifndef QT_ONLY
#include <khtml_part.h>
#include <tdehtml_part.h>
#include <kaction.h>
#include <klistview.h>
@ -435,14 +435,14 @@ KJS::Value CustomObjectImp::call( KJS::ExecState *exec, KJS::Object &self, const
return KJS::Value();
break;
case KHTMLPartSelectAll:
khtmlPartSelectAll( exec, self, args );
tdehtmlPartSelectAll( exec, self, args );
return KJS::Value();
break;
case KHTMLPartHasSelection:
return khtmlPartHasSelection( exec, self, args );
return tdehtmlPartHasSelection( exec, self, args );
break;
case KHTMLPartSelectedText:
return khtmlPartSelectedText( exec, self, args );
return tdehtmlPartSelectedText( exec, self, args );
break;
case KSystemTrayContextMenu:
return ksystemtrayContextMenu( exec, self, args );
@ -1094,7 +1094,7 @@ void CustomObjectImp::hboxSpacing( KJS::ExecState *exec, KJS::Object &, const KJ
box->setSpacing( extractInt( exec, args, 0 ) );
}
void CustomObjectImp::khtmlPartSelectAll( KJS::ExecState *, KJS::Object &, const KJS::List & )
void CustomObjectImp::tdehtmlPartSelectAll( KJS::ExecState *, KJS::Object &, const KJS::List & )
{
#ifndef QT_ONLY
@ -1105,7 +1105,7 @@ void CustomObjectImp::khtmlPartSelectAll( KJS::ExecState *, KJS::Object &, const
#endif // QT_ONLY
}
KJS::Value CustomObjectImp::khtmlPartHasSelection( KJS::ExecState *, KJS::Object &, const KJS::List & )
KJS::Value CustomObjectImp::tdehtmlPartHasSelection( KJS::ExecState *, KJS::Object &, const KJS::List & )
{
#ifndef QT_ONLY
@ -1118,7 +1118,7 @@ KJS::Value CustomObjectImp::khtmlPartHasSelection( KJS::ExecState *, KJS::Object
return KJS::Null();
}
KJS::Value CustomObjectImp::khtmlPartSelectedText( KJS::ExecState *, KJS::Object &, const KJS::List & )
KJS::Value CustomObjectImp::tdehtmlPartSelectedText( KJS::ExecState *, KJS::Object &, const KJS::List & )
{
#ifndef QT_ONLY

@ -172,9 +172,9 @@ public:
void hboxSpacing( KJS::ExecState *exec, KJS::Object &, const KJS::List &args );
void khtmlPartSelectAll( KJS::ExecState *, KJS::Object &, const KJS::List & );
KJS::Value khtmlPartHasSelection( KJS::ExecState *, KJS::Object &, const KJS::List & );
KJS::Value khtmlPartSelectedText( KJS::ExecState *, KJS::Object &, const KJS::List &args );
void tdehtmlPartSelectAll( KJS::ExecState *, KJS::Object &, const KJS::List & );
KJS::Value tdehtmlPartHasSelection( KJS::ExecState *, KJS::Object &, const KJS::List & );
KJS::Value tdehtmlPartSelectedText( KJS::ExecState *, KJS::Object &, const KJS::List &args );
KJS::Value ksystemtrayContextMenu( KJS::ExecState *exec, KJS::Object&, const KJS::List &args );
KJS::Value ksystemtrayActionCollection( KJS::ExecState *exec, KJS::Object&, const KJS::List &args );

@ -1351,7 +1351,7 @@
2004-04-09 Friday 21:26 rich
Added support for streaming data to a KPart, and an example of doing so. This
means you no longer need to have a temporary file to display stuff in khtml.
means you no longer need to have a temporary file to display stuff in tdehtml.
2004-04-09 Friday 20:22 rich

@ -8,7 +8,7 @@ bin_PROGRAMS = embedjs
INCLUDES = -I$(top_srcdir) $(all_includes)
# the library search path.
embedjs_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -lktexteditor
embedjs_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -ltdetexteditor
# the libraries to link against.
embedjs_LDADD = $(LIB_KFILE) $(LIB_TDEPRINT) -lkjs $(top_builddir)/kjsembed/libkjsembed.la

@ -53,7 +53,7 @@ embeddable in other apps. For example, the kmplayer kpart can be called to play
in your app.
For more details, consult :
http://www-106.ibm.com/developerworks/library/l-kparts/
http://www-106.ibm.com/developerworks/library/l-tdeparts/
http://developer.kde.org/documentation/tutorials/dot/writing-plugins.html
http://developer.kde.org/documentation/tutorials/developing-a-plugin-structure/index.html

@ -54,9 +54,9 @@
#include <ksystemtray.h>
#include <ktrader.h>
#include <kparts/part.h>
#include <kparts/mainwindow.h>
#include <kparts/componentfactory.h>
#include <tdeparts/part.h>
#include <tdeparts/mainwindow.h>
#include <tdeparts/componentfactory.h>
#endif // QT_ONLY

@ -25,7 +25,7 @@
#include <tqstringlist.h>
#ifndef QT_ONLY
#include <kparts/part.h>
#include <tdeparts/part.h>
#endif
#include <kjs/interpreter.h>

@ -23,7 +23,7 @@
#include <kgenericfactory.h>
#include <kinstance.h>
#include <klocale.h>
#include <kparts/part.h>
#include <tdeparts/part.h>
#include <jsfactory.h>
#include <jsconsolewidget.h>

@ -22,7 +22,7 @@
#ifndef KJSEMBEDJSCONSOLEPLUGIN_H
#define KJSEMBEDJSCONSOLEPLUGIN_H
#include <kparts/plugin.h>
#include <tdeparts/plugin.h>
class KJSEmbedPart;

@ -4,7 +4,7 @@ kde_module_LTLIBRARIES = libjavascript.la
libjavascript_la_SOURCES = javascript.cpp
libjavascript_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) -lDCOP -ltdecore -ltdeui $(LIB_QT) -lkjs -ltdefx -no-undefined -avoid-version
libjavascript_la_LIBADD = -lkscript ../libkjsembed.la
libjavascript_la_LIBADD = -ltdescript ../libkjsembed.la
METASOURCES = AUTO

@ -1,7 +1,7 @@
INCLUDES = $(all_includes) -I$(RUBY_ARCHDIR) $(RUBY_CFLAGS)
bin_PROGRAMS = krubyinit
krubyinit_LDFLAGS = -module $(all_libraries) -version-info 0:0:0 -L$(top_srcdir)/smoke/kde/ -L$(RUBY_LIBDIR) -lkmdi -lknewstuff
krubyinit_LDFLAGS = -module $(all_libraries) -version-info 0:0:0 -L$(top_srcdir)/smoke/kde/ -L$(RUBY_LIBDIR) -ltdemdi -lknewstuff
krubyinit_METASOURCES = AUTO
krubyinit_SOURCES = krubyinit.cpp
krubyinit_LDADD = $(LIB_KDE) $(RUBY_LIBRUBYARG) $(top_builddir)/smoke/kde/libsmokekde.la $(top_builddir)/qtruby/rubylib/qtruby/libqtrubyinternal.la

@ -183,7 +183,7 @@ module MyGui
TQt::Object.connect @listbox, SIGNAL("clicked(TQListBoxItem*)"),
self, SLOT("clicked_result(TQListBoxItem*)")
TQt::Object.connect @viewed, SIGNAL("completed()"),
self, SLOT("khtml_part_init_complete()")
self, SLOT("tdehtml_part_init_complete()")
TQt::Object::connect @viewed, SIGNAL("setWindowCaption(const TQString&)"),
@viewed.widget.topLevelWidget,
@ -501,7 +501,7 @@ module HTMLIndexer
end
# TODO - this sucks, use khtml to get the values
# TODO - this sucks, use tdehtml to get the values
module IDS
A = 1
META = 62
@ -865,7 +865,7 @@ end
class RubberDoc < TQt::VBox
slots "khtml_part_init_complete()",
slots "tdehtml_part_init_complete()",
"go_back()", "go_forward()", "go_home()", "goto_url()",
"goto_search()", "clicked_result(TQListBoxItem*)",
"search(const TQString&)", "update_highlight()",
@ -926,20 +926,20 @@ class RubberDoc < TQt::VBox
def blah_blah
save_indexes
init_blah
khtml_part_init_complete
tdehtml_part_init_complete
end
def quit
@main.close
end
def khtml_part_init_complete
def tdehtml_part_init_complete
TQt::Object.disconnect @viewed, SIGNAL("completed()"),
self, SLOT("khtml_part_init_complete()") if @init_connected
self, SLOT("tdehtml_part_init_complete()") if @init_connected
@pref = File.dirname first_url.url.gsub("file:","")
init_khtml_part_settings @viewed if @init_connected
init_tdehtml_part_settings @viewed if @init_connected
index_documents
# maybe make a better choice as to the start page???
@ -959,11 +959,11 @@ class RubberDoc < TQt::VBox
save_indexes
end
def init_khtml_part_settings khtmlpart
khtmlpart.setJScriptEnabled true
khtmlpart.setJavaEnabled false
khtmlpart.setPluginsEnabled false
khtmlpart.setAutoloadImages false
def init_tdehtml_part_settings tdehtmlpart
tdehtmlpart.setJScriptEnabled true
tdehtmlpart.setJavaEnabled false
tdehtmlpart.setPluginsEnabled false
tdehtmlpart.setAutoloadImages false
end
def load_page
@ -1248,7 +1248,7 @@ can't get tabwidget working. umm... wonder what i'm messing up... (RECHECK)
# possible BUG DOM::Text.new(node).data.string # strange that this one doesn't work... (RECHECK)
wierd khtml bug
wierd tdehtml bug
@rightpane.setResizeMode @viewed, TQt::Splitter::KeepSize
in order to use KURL's as constants one must place this TDEApplication init

@ -8,7 +8,7 @@ related to KMDI, and not the bindings.
=begin
A rough Python translation of the ideas presented in this KMDI tutorial:
http://web.tiscali.it/andreabergia/kmditutorial.html
http://web.tiscali.it/andreabergia/tdemditutorial.html
What does work:
@ -58,7 +58,7 @@ class KmdiExample < KDE::MdiMainFrm
quitAction = StdAction.quit(self, SLOT('close()'), actionCollection())
closeAction = StdAction.close(self, SLOT('closeActiveChild()'), actionCollection())
uifilebase = Dir.getwd + '/uikmdi.rc'
uifilebase = Dir.getwd + '/uitdemdi.rc'
createGUI(uifilebase)
# The task bar is created in the KMdiMainFrm constructor
# and then deleted in the createGUI() call above..
@ -167,7 +167,7 @@ class KmdiExample < KDE::MdiMainFrm
end
if $0 == __FILE__
aname = 'uikmdi'
aname = 'uitdemdi'
desc = 'A Simple Korundum KMDI Sample'
ver = '1.0'
lic = AboutData::License_GPL

@ -30,7 +30,7 @@
#include <kconfigskeleton.h>
#endif
#include <kio/global.h>
#include <kparts/browserextension.h>
#include <tdeparts/browserextension.h>
#include <kde_terminal_interface.h>
#include <ruby.h>
@ -916,8 +916,8 @@ extern VALUE qt_internal_module;
extern VALUE qt_base_class;
extern VALUE kde_module;
extern VALUE kio_module;
extern VALUE kparts_module;
extern VALUE khtml_module;
extern VALUE tdeparts_module;
extern VALUE tdehtml_module;
VALUE
getdcopinfo(VALUE self, TQString & signalname)

@ -26,7 +26,7 @@
#include <ktrader.h>
#include <kservicegroup.h>
#include <kservice.h>
#include <ksycocatype.h>
#include <tdesycocatype.h>
#include <kmainwindow.h>
#include <kfile.h>
#include <kfileview.h>
@ -36,8 +36,8 @@
#include <kdockwidget.h>
#include <kfiletreebranch.h>
#include <kfiletreeviewitem.h>
#include <khtml_part.h>
#include <kparts/plugin.h>
#include <tdehtml_part.h>
#include <tdeparts/plugin.h>
#include <kuserprofile.h>
#include <kaboutdata.h>
#include <karchive.h>

@ -12,7 +12,7 @@ AM_CPPFLAGS = -I$(top_srcdir)/tdecore -I$(top_srcdir) $(all_includes)
bin_PROGRAMS = rbkconfig_compiler
rbkconfig_compiler_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -lktexteditor
rbkconfig_compiler_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -ltdetexteditor
rbkconfig_compiler_LDADD = $(LIB_TDECORE)
rbkconfig_compiler_SOURCES = rbkconfig_compiler.cpp

@ -481,7 +481,7 @@
2005-02-21 Richard Dale <Richard_Dale@tipitina.demon.co.uk>
* Upped the version to 1.0.7 for the KDE 3.4 release
* Removed the khtml:: namespace as it wasn't being used
* Removed the tdehtml:: namespace as it wasn't being used
2005-02-07 Richard Dale <Richard_Dale@tipitina.demon.co.uk>
@ -1365,7 +1365,7 @@
2003-10-11 Richard Dale <Richard_Dale@tipitina.demon.co.uk>
* Added khtml:: namespace, although it isn't in the SmokeKDE runtime yet
* Added tdehtml:: namespace, although it isn't in the SmokeKDE runtime yet
* Improved method_missing error messages if a method can't be resolved
2003-10-09 Richard Dale <Richard_Dale@tipitina.demon.co.uk>

@ -98,13 +98,13 @@ extern "C" {
VALUE qt_module = Qnil;
VALUE qext_scintilla_module = Qnil;
VALUE kde_module = Qnil;
VALUE kparts_module = Qnil;
VALUE tdeparts_module = Qnil;
VALUE kio_module = Qnil;
VALUE kns_module = Qnil;
VALUE dom_module = Qnil;
VALUE kontact_module = Qnil;
VALUE kate_module = Qnil;
VALUE ktexteditor_module = Qnil;
VALUE tdetexteditor_module = Qnil;
VALUE koffice_module = Qnil;
VALUE qt_internal_module = Qnil;
VALUE qt_base_class = Qnil;
@ -2690,7 +2690,7 @@ static TQRegExp * scope_op = 0;
klass = rb_define_class_under(kde_module, package+strlen("KDE::"), base_class);
rb_define_singleton_method(klass, "new", (VALUE (*) (...)) _new_kde, -1);
} else if (packageName.startsWith("KParts::")) {
klass = rb_define_class_under(kparts_module, package+strlen("KParts::"), base_class);
klass = rb_define_class_under(tdeparts_module, package+strlen("KParts::"), base_class);
rb_define_singleton_method(klass, "new", (VALUE (*) (...)) _new_kde, -1);
if (packageName == "KParts::ReadOnlyPart") {
konsole_part_class = rb_define_class_under(kde_module, "KonsolePart", klass);
@ -2720,7 +2720,7 @@ static TQRegExp * scope_op = 0;
klass = rb_define_class_under(kate_module, package+strlen("Kate"), base_class);
rb_define_singleton_method(klass, "new", (VALUE (*) (...)) _new_kde, -1);
} else if (packageName.startsWith("KTextEditor::")) {
klass = rb_define_class_under(ktexteditor_module, package+strlen("KTextEditor::"), base_class);
klass = rb_define_class_under(tdetexteditor_module, package+strlen("KTextEditor::"), base_class);
rb_define_singleton_method(klass, "new", (VALUE (*) (...)) _new_kde, -1);
} else if (scope_op->search(packageName) != -1) {
// If an unrecognised classname of the form 'XXXXXX::YYYYYY' is found,
@ -2831,9 +2831,9 @@ set_new_kde(VALUE (*new_kde) (int, VALUE *, VALUE))
rb_define_singleton_method(kde_module, "method_missing", (VALUE (*) (...)) kde_module_method_missing, -1);
rb_define_singleton_method(kde_module, "const_missing", (VALUE (*) (...)) kde_module_method_missing, -1);
kparts_module = rb_define_module("KParts");
rb_define_singleton_method(kparts_module, "method_missing", (VALUE (*) (...)) kde_module_method_missing, -1);
rb_define_singleton_method(kparts_module, "const_missing", (VALUE (*) (...)) kde_module_method_missing, -1);
tdeparts_module = rb_define_module("KParts");
rb_define_singleton_method(tdeparts_module, "method_missing", (VALUE (*) (...)) kde_module_method_missing, -1);
rb_define_singleton_method(tdeparts_module, "const_missing", (VALUE (*) (...)) kde_module_method_missing, -1);
kns_module = rb_define_module("KNS");
rb_define_singleton_method(kns_module, "method_missing", (VALUE (*) (...)) kde_module_method_missing, -1);
@ -2851,9 +2851,9 @@ set_new_kde(VALUE (*new_kde) (int, VALUE *, VALUE))
rb_define_singleton_method(kontact_module, "method_missing", (VALUE (*) (...)) kde_module_method_missing, -1);
rb_define_singleton_method(kontact_module, "const_missing", (VALUE (*) (...)) kde_module_method_missing, -1);
ktexteditor_module = rb_define_module("KTextEditor");
rb_define_singleton_method(ktexteditor_module, "method_missing", (VALUE (*) (...)) kde_module_method_missing, -1);
rb_define_singleton_method(ktexteditor_module, "const_missing", (VALUE (*) (...)) kde_module_method_missing, -1);
tdetexteditor_module = rb_define_module("KTextEditor");
rb_define_singleton_method(tdetexteditor_module, "method_missing", (VALUE (*) (...)) kde_module_method_missing, -1);
rb_define_singleton_method(tdetexteditor_module, "const_missing", (VALUE (*) (...)) kde_module_method_missing, -1);
twin_class = rb_define_class_under(kde_module, "Win", qt_base_class);

@ -97,7 +97,7 @@ my %kdeexcludes = (
'kdirnotify_stub.h' => 1,
# These headers currently give problems
'kscreensaver.h' => 1,
'tdescreensaver.h' => 1,
'kdirnotify_stub.h' => 1,
'kio/uiserver_stub.h' => 1,
'kio/uiserver.h' => 1,
@ -106,8 +106,8 @@ my %kdeexcludes = (
'kio/thumbcreator.h' => 1,
'kio/file.h' => 1,
'kio/chmodjob.h' => 1,
'kparts/genericfactory.h' => 1,
'kparts/pluginselectormodule.h' => 1,
'tdeparts/genericfactory.h' => 1,
'tdeparts/pluginselectormodule.h' => 1,
'kopenssl.h' => 1,
'kautomount.h' => 1,
'kimagefilepreview.h' => 1,

@ -168,11 +168,11 @@ kglobal.h
kglobalsettings.h
kguiitem.h
khelpmenu.h
khtmldefaults.h
khtml_events.h
khtml_part.h
khtml_settings.h
khtmlview.h
tdehtmldefaults.h
tdehtml_events.h
tdehtml_part.h
tdehtml_settings.h
tdehtmlview.h
kicondialog.h
kiconeffect.h
kiconloader.h
@ -204,17 +204,17 @@ kmainwindow.h
kmainwindowiface.h
kmanagerselection.h
kmdcodec.h
kmdichildarea.h
kmdichildfrmcaption.h
kmdichildfrm.h
kmdichildview.h
kmdidefines.h
kmdiiterator.h
kmdilistiterator.h
kmdimainfrm.h
kmdinulliterator.h
kmditaskbar.h
kmditoolviewaccessor.h
tdemdichildarea.h
tdemdichildfrmcaption.h
tdemdichildfrm.h
tdemdichildview.h
tdemdidefines.h
tdemdiiterator.h
tdemdilistiterator.h
tdemdimainfrm.h
tdemdinulliterator.h
tdemditaskbar.h
tdemditoolviewaccessor.h
kmenubar.h
kmessagebox.h
kmimemagic.h
@ -222,8 +222,8 @@ kmimesourcefactory.h
kmimetype.h
kmimetyperesolver.h
kmountpoint.h
kmultipledrag.h
kmultitabbar.h
tdemultipledrag.h
tdemultitabbar.h
knotifyclient.h
knotifydialog.h
knuminput.h
@ -276,8 +276,8 @@ krun.h
ksavefile.h
kscan.h
ksconfig.h
kscreensaver.h
kscreensaver_vroot.h
tdescreensaver.h
tdescreensaver_vroot.h
kselect.h
kseparator.h
kservicegroup.h
@ -296,8 +296,8 @@ ksockaddr.h
ksock.h
ksocks.h
ksortablevaluelist.h
kspelldlg.h
kspell.h
tdespelldlg.h
tdespell.h
ksqueezedtextlabel.h
ksslall.h
ksslcertchain.h
@ -332,9 +332,9 @@ kstdguiitem.h
kstringhandler.h
kstringvalidator.h
kstyle.h
ksycocaentry.h
ksycoca.h
ksycocatype.h
tdesycocaentry.h
tdesycoca.h
tdesycocatype.h
ksyntaxhighlighter.h
ksystemtray.h
ktabbar.h
@ -379,21 +379,21 @@ kxmlguiclient.h
kxmlguifactory.h
kxmlgui.h
kzip.h
kparts/browserextension.h
kparts/browserinterface.h
kparts/browserrun.h
kparts/componentfactory.h
kparts/dockmainwindow.h
kparts/event.h
kparts/factory.h
kparts/genericfactory.h
kparts/historyprovider.h
kparts/mainwindow.h
kparts/part.h
kparts/partmanager.h
kparts/plugin.h
kparts/pluginselectormodule.h
kparts/statusbarextension.h
tdeparts/browserextension.h
tdeparts/browserinterface.h
tdeparts/browserrun.h
tdeparts/componentfactory.h
tdeparts/dockmainwindow.h
tdeparts/event.h
tdeparts/factory.h
tdeparts/genericfactory.h
tdeparts/historyprovider.h
tdeparts/mainwindow.h
tdeparts/part.h
tdeparts/partmanager.h
tdeparts/plugin.h
tdeparts/pluginselectormodule.h
tdeparts/statusbarextension.h
kio/authinfo.h
kio/chmodjob.h
kio/connection.h

Before

Width:  |  Height:  |  Size: 5.8 KiB

After

Width:  |  Height:  |  Size: 5.8 KiB

@ -26,7 +26,7 @@
<p>In order to understand, what is extending about XParts, first a
brief overview on how KParts work.
<img src="kparts.png">
<img src="tdeparts.png">
<p>Imagine an application - for example the integrated file manager
"Konqueror" - wants to utilize a component that handles the

@ -18,7 +18,7 @@ kmozilla_LDADD = ../src/gtk/libgtkxparts.la $(GTK2_LIBS) $(GLIB2_LIBS)
kmozilla_LDFLAGS = $(MOZILLA_LDFLAGS) $(GLIB2_LDFLAGS) $(GTK2_LIBS) -L/usr/lib/mozilla -Wl,--rpath=/usr/lib/mozilla -lxul -lxpcom -lmozjs $(all_libraries)
#kshell_SOURCES = kshell.cpp
#kshell_LDADD = $(top_builddir)/xkparts/kde/libkdexparts.la
#kshell_LDADD = $(top_builddir)/xtdeparts/kde/libkdexparts.la
#kshell_LDFLAGS = $(all_libraries)
METASOURCES = AUTO

@ -1,5 +1,5 @@
<!DOCTYPE kpartgui SYSTEM "kpartgui.dtd">
<kpartgui name="khtmlpart" version="1">
<kpartgui name="tdehtmlpart" version="1">
<MenuBar>
<Menu name="edit">
<Action name="stop" />

@ -7,10 +7,10 @@
#include <kaction.h>
#include <kmainwindow.h>
#include <kprocess.h>
#include <kparts/mainwindow.h>
#include <tdeparts/mainwindow.h>
#include <kdebug.h>
#include <kaboutdata.h>
#include <kparts/genericfactory.h>
#include <tdeparts/genericfactory.h>
typedef KParts::GenericFactory<KMozillaPart> KMozillaPartFactory;
K_EXPORT_COMPONENT_FACTORY( libkmozillapart, KMozillaPartFactory );

@ -8,7 +8,7 @@
#include <kaction.h>
#include <kmainwindow.h>
#include <kprocess.h>
#include <kparts/mainwindow.h>
#include <tdeparts/mainwindow.h>
#include <kdebug.h>
class ShellWindow : public KParts::MainWindow
@ -62,7 +62,7 @@ private:
int main( int argc, char **argv )
{
TDEApplication app( argc, argv, "xkpartsshell" );
TDEApplication app( argc, argv, "xtdepartsshell" );
app.dcopClient()->registerAs("kshell");

@ -10,4 +10,4 @@ libgtkxparts_la_LIBADD = $(GTK2_LIBS) $(GLIB2_LIBS) $(top_builddir)/dcopc/libdco
libgtkxparts_la_LDFLAGS = -L$(prefix)/lib $(all_libraries) -no-undefined
gtkxpartsinclude_HEADERS = gtkpart.h gtkbrowserextension.h
gtkxpartsincludedir = $(includedir)/xkparts
gtkxpartsincludedir = $(includedir)/xtdeparts

@ -1,3 +1,3 @@
xkpartsinclude_HEADERS = xpart.h xparthost.h
xkpartsincludedir = $(includedir)/xkparts
xtdepartsinclude_HEADERS = xpart.h xparthost.h
xtdepartsincludedir = $(includedir)/xtdeparts

@ -1,5 +1,5 @@
#ifndef __xkparts_part_h__
#define __xkparts_part_h__
#ifndef __xtdeparts_part_h__
#define __xtdeparts_part_h__
#include <dcopobject.h>
#include <dcopref.h>

@ -1,5 +1,5 @@
#ifndef __xkparts_parthost_h__
#define __xkparts_parthost_h__
#ifndef __xtdeparts_parthost_h__
#define __xtdeparts_parthost_h__
#include <dcopobject.h>
#include <dcopref.h>

@ -1,5 +1,5 @@
#ifndef __xkparts_partmanager_h__
#define __xkparts_partmanager_h__
#ifndef __xtdeparts_partmanager_h__
#define __xtdeparts_partmanager_h__
#include <dcopobject.h>
#include <tqglobal.h>

@ -2,7 +2,7 @@
#define __kbrowsersignals_h__
#include <xbrowsersignals.h>
#include <kparts/browserextension.h>
#include <tdeparts/browserextension.h>
#include <dcopref.h>
class XBrowserExtension_stub;

@ -3,7 +3,7 @@
#include <xparthost.h>
#include <kparts/part.h>
#include <tdeparts/part.h>
class XPart_stub;
class KBrowserSignals;

@ -9,7 +9,7 @@
#include <kaction.h>
#include <kmainwindow.h>
#include <kprocess.h>
#include <kparts/mainwindow.h>
#include <tdeparts/mainwindow.h>
#include <kdebug.h>
ShellWindow::ShellWindow()

@ -2,7 +2,7 @@
#define shell_xparthost_h
#include <kmainwindow.h>
#include <kparts/mainwindow.h>
#include <tdeparts/mainwindow.h>
#include <kdebug.h>
class TDEProcess;

@ -25,7 +25,7 @@
#include <kaction.h>
#include <kmainwindow.h>
#include <kprocess.h>
#include <kparts/mainwindow.h>
#include <tdeparts/mainwindow.h>
#include <kdebug.h>
#include "xp_notepad_factory.h"

@ -21,7 +21,7 @@
#ifndef __xp_notepad_factory_h__
#define __xp_notepad_factory_h__
#include <kparts/factory.h>
#include <tdeparts/factory.h>
#include <tqptrlist.h>
#include <kurl.h>
#include "xparthost_kpart.h"

Loading…
Cancel
Save