summaryrefslogtreecommitdiffstats
path: root/sip/kio/krun.sip
diff options
context:
space:
mode:
Diffstat (limited to 'sip/kio/krun.sip')
-rw-r--r--sip/kio/krun.sip58
1 files changed, 29 insertions, 29 deletions
diff --git a/sip/kio/krun.sip b/sip/kio/krun.sip
index ba4791a..5a0457f 100644
--- a/sip/kio/krun.sip
+++ b/sip/kio/krun.sip
@@ -24,7 +24,7 @@
// 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
-class KRun : QObject
+class KRun : TQObject
{
%TypeHeaderCode
#include <krun.h>
@@ -35,7 +35,7 @@ public:
KRun (const KURL&, mode_t = 0, bool = 0, bool = 1);
%If ( KDE_3_2_0 - )
- KRun (const KURL&, QWidget*, mode_t = 0, bool = 0, bool = 1);
+ KRun (const KURL&, TQWidget*, mode_t = 0, bool = 0, bool = 1);
%End
void abort ();
@@ -43,7 +43,7 @@ public:
bool hasFinished () const;
bool autoDelete () const;
void setAutoDelete (bool);
- void setPreferredService (const QString&);
+ void setPreferredService (const TQString&);
%If ( KDE_3_2_0 - )
void setRunExecutables (bool);
@@ -52,12 +52,12 @@ public:
void setEnableExternalBrowser (bool);
%If ( KDE_3_5_3 - )
- void setSuggestedFileName (const QString&);
+ void setSuggestedFileName (const TQString&);
%End
%If ( KDE_3_5_2 - )
- static pid_t run (const KService&, const KURL::List&, QWidget*, bool = 0);
+ static pid_t run (const KService&, const KURL::List&, TQWidget*, bool = 0);
%End
%End
@@ -72,28 +72,28 @@ public:
static pid_t run (const KService&, const KURL::List&);
%If ( KDE_3_5_3 - )
- static pid_t run (const KService&, const KURL::List&, QWidget*, bool, const QString&);
+ static pid_t run (const KService&, const KURL::List&, TQWidget*, bool, const TQString&);
%End
- static pid_t run (const QString&, const KURL::List&, const QString& = QString ::null , const QString& = QString ::null , const QString& = QString ::null , const QString& = QString ::null );
+ static pid_t run (const TQString&, const KURL::List&, const TQString& = TQString ::null , const TQString& = TQString ::null , const TQString& = TQString ::null , const TQString& = TQString ::null );
%If ( KDE_3_2_0 - )
- static pid_t runURL (const KURL&, const QString&, bool, bool);
+ static pid_t runURL (const KURL&, const TQString&, bool, bool);
%End
%If ( KDE_3_1_0 - )
- static pid_t runURL (const KURL&, const QString&, bool);
+ static pid_t runURL (const KURL&, const TQString&, bool);
%End
- static pid_t runURL (const KURL&, const QString&);
+ static pid_t runURL (const KURL&, const TQString&);
%If ( KDE_3_5_3 - )
- static pid_t runURL (const KURL&, const QString&, bool, bool, const QString&);
+ static pid_t runURL (const KURL&, const TQString&, bool, bool, const TQString&);
%End
- static pid_t runCommand (QString);
- static pid_t runCommand (const QString&, const QString&, const QString&);
+ static pid_t runCommand (TQString);
+ static pid_t runCommand (const TQString&, const TQString&, const TQString&);
%If ( KDE_3_1_0 - )
static bool displayOpenWithDialog (const KURL::List&, bool);
@@ -102,33 +102,33 @@ public:
static bool displayOpenWithDialog (const KURL::List&);
%If ( KDE_3_5_3 - )
- static bool displayOpenWithDialog (const KURL::List&, bool, const QString&);
+ static bool displayOpenWithDialog (const KURL::List&, bool, const TQString&);
%End
- static void shellQuote (QString&);
+ static void shellQuote (TQString&);
%If ( KDE_3_1_0 - )
- static QStringList processDesktopExec (const KService&, const KURL::List&, bool, bool);
+ static TQStringList processDesktopExec (const KService&, const KURL::List&, bool, bool);
%End
- static QStringList processDesktopExec (const KService&, const KURL::List&, bool);
+ static TQStringList processDesktopExec (const KService&, const KURL::List&, bool);
%If ( KDE_3_5_3 - )
- static QStringList processDesktopExec (const KService&, const KURL::List&, bool, bool, const QString&);
+ static TQStringList processDesktopExec (const KService&, const KURL::List&, bool, bool, const TQString&);
%End
%If ( KDE_3_1_0 - )
- static QString binaryName (const QString&, bool);
+ static TQString binaryName (const TQString&, bool);
%If ( KDE_3_2_0 - )
- static bool isExecutable (const QString&);
+ static bool isExecutable (const TQString&);
%If ( KDE_3_3_0 - )
- static bool isExecutableFile (const KURL&, const QString&);
+ static bool isExecutableFile (const KURL&, const TQString&);
%If ( KDE_3_4_0 - )
- static bool checkStartupNotify (const QString&, const KService*, bool*, QCString*);
+ static bool checkStartupNotify (const TQString&, const KService*, bool*, TQCString*);
%End
%End
@@ -145,13 +145,13 @@ signals:
protected slots:
void slotTimeout ();
void slotScanFinished (KIO::Job*);
- void slotScanMimeType (KIO::Job*, const QString&);
+ void slotScanMimeType (KIO::Job*, const TQString&);
virtual void slotStatResult (KIO::Job*);
protected:
virtual void init ();
virtual void scanFile ();
- virtual void foundMimeType (const QString&);
+ virtual void foundMimeType (const TQString&);
virtual void killJob ();
protected:
@@ -174,7 +174,7 @@ public:
}; // class KOpenWithHandler
-class KProcessRunner : QObject
+class KProcessRunner : TQObject
{
%TypeHeaderCode
#include <krun.h>
@@ -182,10 +182,10 @@ class KProcessRunner : QObject
public:
- static pid_t run (KProcess*, const QString&);
+ static pid_t run (KProcess*, const TQString&);
%If ( KDE_3_1_4 - )
- static pid_t run (KProcess*, const QString&, const KStartupInfoId&);
+ static pid_t run (KProcess*, const TQString&, const KStartupInfoId&);
%End
pid_t pid () const;
@@ -194,10 +194,10 @@ protected slots:
void slotProcessExited (KProcess*);
private:
- KProcessRunner (KProcess*, const QString&);
+ KProcessRunner (KProcess*, const TQString&);
%If ( KDE_3_1_4 - )
- KProcessRunner (KProcess*, const QString&, const KStartupInfoId&);
+ KProcessRunner (KProcess*, const TQString&, const KStartupInfoId&);
%End
KProcessRunner ();