diff options
author | Timothy Pearson <[email protected]> | 2013-01-31 21:48:26 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-01-31 21:48:26 -0600 |
commit | c8cefea21c7cb4b007bbf43fcad66e29114baa28 (patch) | |
tree | a868a1892b168754a841d6f3d75004774f32e576 /sip/kio/krun.sip | |
parent | ebcececd59218997957afe1ef40f9514d22db99e (diff) | |
download | pytde-c8cefea21c7cb4b007bbf43fcad66e29114baa28.tar.gz pytde-c8cefea21c7cb4b007bbf43fcad66e29114baa28.zip |
Rename KStartup for enhanced compatibility with KDE4
Diffstat (limited to 'sip/kio/krun.sip')
-rw-r--r-- | sip/kio/krun.sip | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sip/kio/krun.sip b/sip/kio/krun.sip index 4cfc58d..249dd09 100644 --- a/sip/kio/krun.sip +++ b/sip/kio/krun.sip @@ -185,7 +185,7 @@ public: static pid_t run (TDEProcess*, const TQString&); %If ( KDE_3_1_4 - ) - static pid_t run (TDEProcess*, const TQString&, const KStartupInfoId&); + static pid_t run (TDEProcess*, const TQString&, const TDEStartupInfoId&); %End pid_t pid () const; @@ -197,7 +197,7 @@ private: TDEProcessRunner (TDEProcess*, const TQString&); %If ( KDE_3_1_4 - ) - TDEProcessRunner (TDEProcess*, const TQString&, const KStartupInfoId&); + TDEProcessRunner (TDEProcess*, const TQString&, const TDEStartupInfoId&); %End TDEProcessRunner (); |