diff options
Diffstat (limited to 'akregator/src/fetchqueue.h')
-rw-r--r-- | akregator/src/fetchqueue.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/akregator/src/fetchqueue.h b/akregator/src/fetchqueue.h index 9e92bb162..149ad6c1f 100644 --- a/akregator/src/fetchqueue.h +++ b/akregator/src/fetchqueue.h @@ -40,7 +40,7 @@ class FetchQueue : public TQObject public: - FetchQueue(TQObject* tqparent=0, const char* name=0); + FetchQueue(TQObject* parent=0, const char* name=0); virtual ~FetchQueue(); /** returns true when no feeds are neither fetching nor queued */ |