summaryrefslogtreecommitdiffstats
path: root/src/qftp/qftp.h
diff options
context:
space:
mode:
authorMarcel Krems <m.krems@software-vision.eu>2012-07-05 08:00:52 +0200
committerShane Kearns <shane.kearns@accenture.com>2012-07-05 13:42:48 +0200
commit15b9e24bd6581786afbfa9431362d5279f78deb5 (patch)
treefc3bd856281907b494c3153fb0db0eee49b35ee9 /src/qftp/qftp.h
parent9b9e878b9f1885abe1ef30c832cf32be02e786fd (diff)
remove Qt3Support code
Change-Id: I07eee5ab540f4a19f40cf84c82c4bd04b8c0f3c6 Reviewed-by: Shane Kearns <shane.kearns@accenture.com>
Diffstat (limited to 'src/qftp/qftp.h')
-rw-r--r--src/qftp/qftp.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/qftp/qftp.h b/src/qftp/qftp.h
index c707a72..9c5c2a5 100644
--- a/src/qftp/qftp.h
+++ b/src/qftp/qftp.h
@@ -118,10 +118,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;
@@ -149,11 +145,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)
QScopedPointer<QFtpPrivate> d;