summaryrefslogtreecommitdiffstats
path: root/src/network/access/qftp.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/network/access/qftp.h')
-rw-r--r--src/network/access/qftp.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/network/access/qftp.h b/src/network/access/qftp.h
index 2a58344780..671b9ba7c7 100644
--- a/src/network/access/qftp.h
+++ b/src/network/access/qftp.h
@@ -124,10 +124,6 @@ public:
qint64 bytesAvailable() const;
qint64 read(char *data, qint64 maxlen);
-#ifdef QT3_SUPPORT
- inline QT3_SUPPORT qint64 readBlock(char *data, quint64 maxlen)
- { return read(data, qint64(maxlen)); }
-#endif
QByteArray readAll();
int currentId() const;
@@ -155,11 +151,6 @@ Q_SIGNALS:
void commandFinished(int, bool);
void done(bool);
-#ifdef QT3_SUPPORT
-public:
- QT3_SUPPORT_CONSTRUCTOR QFtp(QObject *parent, const char *name);
-#endif
-
private:
Q_DISABLE_COPY(QFtp)
Q_DECLARE_PRIVATE(QFtp)