diff options
Diffstat (limited to 'kdejava/koala/org/kde/koala/SlaveBase.java')
-rw-r--r-- | kdejava/koala/org/kde/koala/SlaveBase.java | 26 |
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 |