diff options
Diffstat (limited to 'akregator/src/frame.cpp')
-rw-r--r-- | akregator/src/frame.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/akregator/src/frame.cpp b/akregator/src/frame.cpp index baa472fd2..14b325220 100644 --- a/akregator/src/frame.cpp +++ b/akregator/src/frame.cpp @@ -57,7 +57,7 @@ Frame::Frame(TQObject * parent, KParts::ReadOnlyPart *p, TQWidget *visWidget, co if (ext) connect( ext, TQT_SIGNAL(loadingProgress(int)), this, TQT_SLOT(setProgress(int)) ); - connect(p, TQT_SIGNAL(started(KIO::Job*)), this, TQT_SLOT(setStarted())); + connect(p, TQT_SIGNAL(started(TDEIO::Job*)), this, TQT_SLOT(setStarted())); connect(p, TQT_SIGNAL(completed()), this, TQT_SLOT(setCompleted())); connect(p, TQT_SIGNAL(canceled(const TQString &)), this, TQT_SLOT(setCanceled(const TQString&))); connect(p, TQT_SIGNAL(completed(bool)), this, TQT_SLOT(setCompleted())); |