diff options
Diffstat (limited to 'kdejava/koala/org/kde/koala/SlaveBase.java')
-rw-r--r-- | kdejava/koala/org/kde/koala/SlaveBase.java | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/kdejava/koala/org/kde/koala/SlaveBase.java b/kdejava/koala/org/kde/koala/SlaveBase.java index 804548ab..4b66f5aa 100644 --- a/kdejava/koala/org/kde/koala/SlaveBase.java +++ b/kdejava/koala/org/kde/koala/SlaveBase.java @@ -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 QString& arg2,const QString& arg3,const QString& arg4,const QString& arg5); >>>> NOT CONVERTED - // int messageBox(KIO::SlaveBase::MessageBoxType arg1,const QString& arg2,const QString& arg3,const QString& arg4); >>>> NOT CONVERTED - // int messageBox(KIO::SlaveBase::MessageBoxType arg1,const QString& arg2,const QString& arg3); >>>> NOT CONVERTED - // int messageBox(KIO::SlaveBase::MessageBoxType arg1,const QString& arg2); >>>> NOT CONVERTED + // 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 /** 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 QString& arg1,KIO::SlaveBase::MessageBoxType arg2,const QString& arg3,const QString& arg4,const QString& arg5,const QString& arg6); >>>> NOT CONVERTED - // int messageBox(const QString& arg1,KIO::SlaveBase::MessageBoxType arg2,const QString& arg3,const QString& arg4,const QString& arg5); >>>> NOT CONVERTED - // int messageBox(const QString& arg1,KIO::SlaveBase::MessageBoxType arg2,const QString& arg3,const QString& arg4); >>>> NOT CONVERTED - // int messageBox(const QString& arg1,KIO::SlaveBase::MessageBoxType arg2,const QString& arg3); >>>> NOT CONVERTED - // int messageBox(const QString& arg1,KIO::SlaveBase::MessageBoxType arg2); >>>> NOT CONVERTED + // 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 /** Sets meta-data to be send to the application before the first data() or finished() signal. |