summaryrefslogtreecommitdiff
path: root/src/download.h
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2009-02-02 01:14:46 +0100
committerAndrea Diamantini <adjam7@gmail.com>2009-02-02 01:14:46 +0100
commite095ed8b62c56745367fe79186431fe4f175d777 (patch)
treed0970337b1bbda311502e549d8ba64905fc1bc1e /src/download.h
parentFixed notfound.html (diff)
downloadrekonq-e095ed8b62c56745367fe79186431fe4f175d777.tar.xz
Fixed download problems
rewamp proxy ui fixing settings
Diffstat (limited to 'src/download.h')
-rw-r--r--src/download.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/download.h b/src/download.h
index 7986341d..65f36d3b 100644
--- a/src/download.h
+++ b/src/download.h
@@ -37,10 +37,6 @@ class Download : public QObject
Download(const KUrl &srcUrl, const KUrl &destUrl);
~Download();
- Q_SIGNALS:
- void finishedSuccessfully(KUrl dest, QByteArray data);
- void finishedWithError();
-
private slots:
void slotResult(KJob * job);
void slotData(KIO::Job *job, const QByteArray& data);