diff options
Diffstat (limited to 'sip/qtnetwork/qftp.sip')
-rw-r--r-- | sip/qtnetwork/qftp.sip | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/sip/qtnetwork/qftp.sip b/sip/qtnetwork/qftp.sip index 94aed30..9edb2c4 100644 --- a/sip/qtnetwork/qftp.sip +++ b/sip/qtnetwork/qftp.sip @@ -37,7 +37,6 @@ This takes a single <Literal>maxlen</Literal> parameter. The %If (TQt_NETWORKPROTOCOL_FTP) -%If (TQt_2_2_0 -) class TQFtp : TQNetworkProtocol { @@ -47,19 +46,11 @@ class TQFtp : TQNetworkProtocol public: TQFtp(); -%If (TQt_3_1_0 -) TQFtp(TQObject * /TransferThis/,const char * = 0); -%End virtual ~TQFtp(); -%If (TQt_3_0_0 -) int supportedOperations() const; -%End -%If (- TQt_3_0_0) - virtual int supportedOperations() const; -%End -%If (TQt_3_1_0 -) enum State { Unconnected, HostLookup, @@ -149,15 +140,11 @@ public: Error error() const; TQString errorString() const; -%End public slots: -%If (TQt_3_1_0 -) void abort(); -%End signals: -%If (TQt_3_1_0 -) void stateChanged(int); void listInfo(const TQUrlInfo &); void readyRead(); @@ -167,7 +154,6 @@ signals: void commandStarted(int); void commandFinished(int,bool); void done(bool); -%End protected: void parseDir(const TQString &,TQUrlInfo &); @@ -183,4 +169,3 @@ private: }; %End -%End |