summaryrefslogtreecommitdiffstats
path: root/kdejava/koala/org/kde/koala/SlaveBase.java
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-25 00:31:43 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-25 00:31:43 -0600
commit24b85b785334e8436c975a4323fcbb75d61f6e72 (patch)
tree95703ced216baabc95ecb169839c6f302bbcc5af /kdejava/koala/org/kde/koala/SlaveBase.java
parent5baaa6b5ff2b9d30279cf9e9658b9509fcdf884c (diff)
downloadtdebindings-24b85b785334e8436c975a4323fcbb75d61f6e72.tar.gz
tdebindings-24b85b785334e8436c975a4323fcbb75d61f6e72.zip
Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4
Diffstat (limited to 'kdejava/koala/org/kde/koala/SlaveBase.java')
-rw-r--r--kdejava/koala/org/kde/koala/SlaveBase.java26
1 files changed, 13 insertions, 13 deletions
diff --git a/kdejava/koala/org/kde/koala/SlaveBase.java b/kdejava/koala/org/kde/koala/SlaveBase.java
index 4b66f5aa..9b1f96ea 100644
--- a/kdejava/koala/org/kde/koala/SlaveBase.java
+++ b/kdejava/koala/org/kde/koala/SlaveBase.java
@@ -98,14 +98,14 @@ public class SlaveBase implements QtSupport {
@param _entry The UDSEntry containing all of the object attributes.
@short Call this from stat() to express details about an object, the UDSEntry customarily contains the atoms describing file name, size, mimetype, etc.
*/
- // void statEntry(const KIO::UDSEntry& arg1); >>>> NOT CONVERTED
+ // void statEntry(const TDEIO::UDSEntry& arg1); >>>> NOT CONVERTED
/**
Call this in listDir, each time you have a bunch of entries
to report.
@param _entry The UDSEntry containing all of the object attributes.
@short Call this in listDir, each time you have a bunch of entries to report.
*/
- // void listEntries(const KIO::UDSEntryList& arg1); >>>> NOT CONVERTED
+ // void listEntries(const TDEIO::UDSEntryList& arg1); >>>> NOT CONVERTED
/**
Call this at the beginning of put(), to give the size of the existing
partial file, if there is one. The <code>offset</code> argument notifies the
@@ -193,10 +193,10 @@ public class SlaveBase implements QtSupport {
@short Call this to show a message box from the slave
*/
- // int messageBox(KIO::SlaveBase::MessageBoxType arg1,const TQString& arg2,const TQString& arg3,const TQString& arg4,const TQString& arg5); >>>> NOT CONVERTED
- // int messageBox(KIO::SlaveBase::MessageBoxType arg1,const TQString& arg2,const TQString& arg3,const TQString& arg4); >>>> NOT CONVERTED
- // int messageBox(KIO::SlaveBase::MessageBoxType arg1,const TQString& arg2,const TQString& arg3); >>>> NOT CONVERTED
- // int messageBox(KIO::SlaveBase::MessageBoxType arg1,const TQString& arg2); >>>> NOT CONVERTED
+ // int messageBox(TDEIO::SlaveBase::MessageBoxType arg1,const TQString& arg2,const TQString& arg3,const TQString& arg4,const TQString& arg5); >>>> NOT CONVERTED
+ // int messageBox(TDEIO::SlaveBase::MessageBoxType arg1,const TQString& arg2,const TQString& arg3,const TQString& arg4); >>>> NOT CONVERTED
+ // int messageBox(TDEIO::SlaveBase::MessageBoxType arg1,const TQString& arg2,const TQString& arg3); >>>> NOT CONVERTED
+ // int messageBox(TDEIO::SlaveBase::MessageBoxType arg1,const TQString& arg2); >>>> NOT CONVERTED
/**
Call this to show a message box from the slave
@param text Message string. May contain newlines.
@@ -214,11 +214,11 @@ public class SlaveBase implements QtSupport {
@short Call this to show a message box from the slave
*/
- // int messageBox(const TQString& arg1,KIO::SlaveBase::MessageBoxType arg2,const TQString& arg3,const TQString& arg4,const TQString& arg5,const TQString& arg6); >>>> NOT CONVERTED
- // int messageBox(const TQString& arg1,KIO::SlaveBase::MessageBoxType arg2,const TQString& arg3,const TQString& arg4,const TQString& arg5); >>>> NOT CONVERTED
- // int messageBox(const TQString& arg1,KIO::SlaveBase::MessageBoxType arg2,const TQString& arg3,const TQString& arg4); >>>> NOT CONVERTED
- // int messageBox(const TQString& arg1,KIO::SlaveBase::MessageBoxType arg2,const TQString& arg3); >>>> NOT CONVERTED
- // int messageBox(const TQString& arg1,KIO::SlaveBase::MessageBoxType arg2); >>>> NOT CONVERTED
+ // int messageBox(const TQString& arg1,TDEIO::SlaveBase::MessageBoxType arg2,const TQString& arg3,const TQString& arg4,const TQString& arg5,const TQString& arg6); >>>> NOT CONVERTED
+ // int messageBox(const TQString& arg1,TDEIO::SlaveBase::MessageBoxType arg2,const TQString& arg3,const TQString& arg4,const TQString& arg5); >>>> NOT CONVERTED
+ // int messageBox(const TQString& arg1,TDEIO::SlaveBase::MessageBoxType arg2,const TQString& arg3,const TQString& arg4); >>>> NOT CONVERTED
+ // int messageBox(const TQString& arg1,TDEIO::SlaveBase::MessageBoxType arg2,const TQString& arg3); >>>> NOT CONVERTED
+ // int messageBox(const TQString& arg1,TDEIO::SlaveBase::MessageBoxType arg2); >>>> NOT CONVERTED
/**
Sets meta-data to be send to the application before the first
data() or finished() signal.
@@ -243,7 +243,7 @@ public class SlaveBase implements QtSupport {
relevant for the current protocol and host.
@short Returns a configuration object to query config/meta-data information from.
*/
- public native KConfigBase config();
+ public native TDEConfigBase config();
/**
Returns an object that can translate remote filenames into proper
Unicode forms. This encoding can be set by the user.
@@ -480,7 +480,7 @@ public class SlaveBase implements QtSupport {
used in this case
@short internal function to be called by the slave.
*/
- // void listEntry(const KIO::UDSEntry& arg1,bool arg2); >>>> NOT CONVERTED
+ // void listEntry(const TDEIO::UDSEntry& arg1,bool arg2); >>>> NOT CONVERTED
/**
internal function to connect a slave to/ disconnect from
either the slave pool or the application