summaryrefslogtreecommitdiffstats
path: root/akregator/src/fetchqueue.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'akregator/src/fetchqueue.cpp')
-rw-r--r--akregator/src/fetchqueue.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/akregator/src/fetchqueue.cpp b/akregator/src/fetchqueue.cpp
index 6093cb51..d171d25e 100644
--- a/akregator/src/fetchqueue.cpp
+++ b/akregator/src/fetchqueue.cpp
@@ -19,8 +19,8 @@
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
As a special exception, permission is given to link this program
- with any edition of Qt, and distribute the resulting executable,
- without including the source code for Qt in the source distribution.
+ with any edition of TQt, and distribute the resulting executable,
+ without including the source code for TQt in the source distribution.
*/
#include <tqvaluelist.h>
@@ -42,7 +42,7 @@ class FetchQueue::FetchQueuePrivate
};
-FetchQueue::FetchQueue(TQObject* parent, const char* name): TQObject(parent, name), d(new FetchQueuePrivate) {}
+FetchQueue::FetchQueue(TQObject* tqparent, const char* name): TQObject(tqparent, name), d(new FetchQueuePrivate) {}
FetchQueue::~FetchQueue()