From 86d8364ac704bdc8ad2dfcf52307d9626cfac567 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 25 Jan 2013 00:37:21 -0600 Subject: Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4 --- akregator/src/frame.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'akregator/src/frame.cpp') diff --git a/akregator/src/frame.cpp b/akregator/src/frame.cpp index baa472fd..14b32522 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())); -- cgit v1.2.3