diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2009-02-02 01:14:46 +0100 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2009-02-02 01:14:46 +0100 |
commit | e095ed8b62c56745367fe79186431fe4f175d777 (patch) | |
tree | d0970337b1bbda311502e549d8ba64905fc1bc1e /src/download.h | |
parent | Fixed notfound.html (diff) | |
download | rekonq-e095ed8b62c56745367fe79186431fe4f175d777.tar.xz |
Fixed download problems
rewamp proxy ui
fixing settings
Diffstat (limited to 'src/download.h')
-rw-r--r-- | src/download.h | 4 |
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); |