summaryrefslogtreecommitdiffstats
path: root/kdejava/koala/org/kde
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-26 13:17:00 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-26 13:17:00 -0600
commit2d84c9d3ad0aaea0620658024537d54e6a7939f4 (patch)
tree35675532f42e78dbfcd56c6b344e1f0e79013a2e /kdejava/koala/org/kde
parent980972d200e109a643e5a10037d7f9fcf02382ed (diff)
downloadtdebindings-2d84c9d3ad0aaea0620658024537d54e6a7939f4.tar.gz
tdebindings-2d84c9d3ad0aaea0620658024537d54e6a7939f4.zip
Rename a number of libraries and executables to avoid conflicts with KDE4
Diffstat (limited to 'kdejava/koala/org/kde')
-rw-r--r--kdejava/koala/org/kde/koala/Element.java10
-rw-r--r--kdejava/koala/org/kde/koala/Factory.java2
-rw-r--r--kdejava/koala/org/kde/koala/HistoryProvider.java6
-rw-r--r--kdejava/koala/org/kde/koala/KHTMLPart.java36
-rw-r--r--kdejava/koala/org/kde/koala/KServiceGroup.java2
-rw-r--r--kdejava/koala/org/kde/koala/KSpell.java2
-rw-r--r--kdejava/koala/org/kde/koala/KSpellConfig.java4
-rw-r--r--kdejava/koala/org/kde/koala/KStringHandler.java4
-rw-r--r--kdejava/koala/org/kde/koala/KSycoca.java2
-rw-r--r--kdejava/koala/org/kde/koala/KSycocaEntry.java2
-rw-r--r--kdejava/koala/org/kde/koala/KTrader.java2
-rw-r--r--kdejava/koala/org/kde/koala/Part.java2
12 files changed, 37 insertions, 37 deletions
diff --git a/kdejava/koala/org/kde/koala/Element.java b/kdejava/koala/org/kde/koala/Element.java
index 4edb66e3..80c809b1 100644
--- a/kdejava/koala/org/kde/koala/Element.java
+++ b/kdejava/koala/org/kde/koala/Element.java
@@ -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
}
diff --git a/kdejava/koala/org/kde/koala/Factory.java b/kdejava/koala/org/kde/koala/Factory.java
index 80be6662..912d7454 100644
--- a/kdejava/koala/org/kde/koala/Factory.java
+++ b/kdejava/koala/org/kde/koala/Factory.java
@@ -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">
diff --git a/kdejava/koala/org/kde/koala/HistoryProvider.java b/kdejava/koala/org/kde/koala/HistoryProvider.java
index b40c8799..5f101526 100644
--- a/kdejava/koala/org/kde/koala/HistoryProvider.java
+++ b/kdejava/koala/org/kde/koala/HistoryProvider.java
@@ -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>
diff --git a/kdejava/koala/org/kde/koala/KHTMLPart.java b/kdejava/koala/org/kde/koala/KHTMLPart.java
index 56f5b35f..13abfc0f 100644
--- a/kdejava/koala/org/kde/koala/KHTMLPart.java
+++ b/kdejava/koala/org/kde/koala/KHTMLPart.java
@@ -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 .
diff --git a/kdejava/koala/org/kde/koala/KServiceGroup.java b/kdejava/koala/org/kde/koala/KServiceGroup.java
index fcbb89ef..a76f60a3 100644
--- a/kdejava/koala/org/kde/koala/KServiceGroup.java
+++ b/kdejava/koala/org/kde/koala/KServiceGroup.java
@@ -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.
diff --git a/kdejava/koala/org/kde/koala/KSpell.java b/kdejava/koala/org/kde/koala/KSpell.java
index 3ea6d3e0..a1535e00 100644
--- a/kdejava/koala/org/kde/koala/KSpell.java
+++ b/kdejava/koala/org/kde/koala/KSpell.java
@@ -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
diff --git a/kdejava/koala/org/kde/koala/KSpellConfig.java b/kdejava/koala/org/kde/koala/KSpellConfig.java
index c5cf1e85..57b018dd 100644
--- a/kdejava/koala/org/kde/koala/KSpellConfig.java
+++ b/kdejava/koala/org/kde/koala/KSpellConfig.java
@@ -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);
diff --git a/kdejava/koala/org/kde/koala/KStringHandler.java b/kdejava/koala/org/kde/koala/KStringHandler.java
index 6897854a..3e271c22 100644
--- a/kdejava/koala/org/kde/koala/KStringHandler.java
+++ b/kdejava/koala/org/kde/koala/KStringHandler.java
@@ -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
diff --git a/kdejava/koala/org/kde/koala/KSycoca.java b/kdejava/koala/org/kde/koala/KSycoca.java
index ea1317c1..6386cafa 100644
--- a/kdejava/koala/org/kde/koala/KSycoca.java
+++ b/kdejava/koala/org/kde/koala/KSycoca.java
@@ -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
diff --git a/kdejava/koala/org/kde/koala/KSycocaEntry.java b/kdejava/koala/org/kde/koala/KSycocaEntry.java
index a7695d3d..89efbcec 100644
--- a/kdejava/koala/org/kde/koala/KSycocaEntry.java
+++ b/kdejava/koala/org/kde/koala/KSycocaEntry.java
@@ -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 {
diff --git a/kdejava/koala/org/kde/koala/KTrader.java b/kdejava/koala/org/kde/koala/KTrader.java
index 8b28f6c2..db0fdb0a 100644
--- a/kdejava/koala/org/kde/koala/KTrader.java
+++ b/kdejava/koala/org/kde/koala/KTrader.java
@@ -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
diff --git a/kdejava/koala/org/kde/koala/Part.java b/kdejava/koala/org/kde/koala/Part.java
index 9bd399c7..179e67b7 100644
--- a/kdejava/koala/org/kde/koala/Part.java
+++ b/kdejava/koala/org/kde/koala/Part.java
@@ -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.