diff options
Diffstat (limited to 'dcoprss/service.h')
-rw-r--r-- | dcoprss/service.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dcoprss/service.h b/dcoprss/service.h index 502d13c1..5ca2872b 100644 --- a/dcoprss/service.h +++ b/dcoprss/service.h @@ -124,7 +124,7 @@ class RSSDocument : public TQObject, public DCOPObject private slots: void pixmapLoaded(const TQPixmap&); - void loadingComplete(Loader *, Document, tqStatus); + void loadingComplete(Loader *, Document, Status); public: RSSDocument(const TQString& url); |