summaryrefslogtreecommitdiffstats
path: root/src/frame.cpp
diff options
context:
space:
mode:
authorMavridis Philippe <[email protected]>2021-01-13 19:34:09 +0200
committerMavridis Philippe <[email protected]>2021-01-13 19:34:09 +0200
commit4c04a441814c7d1dda08f6075ab4e09dc05541df (patch)
treecf8a3dbd77114c416255d3995cd1b047072ef26a /src/frame.cpp
parent357ddeb8afd82d69ef871c146f4fc8f2c67fb17e (diff)
downloadklamav-4c04a441814c7d1dda08f6075ab4e09dc05541df.tar.gz
klamav-4c04a441814c7d1dda08f6075ab4e09dc05541df.zip
Conversion KDE3->TDE
Signed-off-by: Mavridis Philippe <[email protected]>
Diffstat (limited to 'src/frame.cpp')
-rw-r--r--src/frame.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/frame.cpp b/src/frame.cpp
index eabb217..eafb543 100644
--- a/src/frame.cpp
+++ b/src/frame.cpp
@@ -5,9 +5,9 @@
* Licensed under GPL. *
***************************************************************************/
-#include <kparts/browserextension.h>
+#include <tdeparts/browserextension.h>
-//#include <libkdepim/progressmanager.h>
+//#include <libtdepim/progressmanager.h>
#include "frame.h"
@@ -32,12 +32,12 @@ Frame::Frame(TQObject * parent, KParts::ReadOnlyPart *p, TQWidget *visWidget, co
if (ext)
connect( ext, SIGNAL(loadingProgress(int)), this, SLOT(setProgress(int)) );
- connect(p, SIGNAL(started(KIO::Job*)), this, SLOT(setStarted()));
+ connect(p, SIGNAL(started(TDEIO::Job*)), this, SLOT(setStarted()));
connect(p, SIGNAL(completed()), this, SLOT(setCompleted()));
connect(p, SIGNAL(canceled(const TQString &)), this, SLOT(setCanceled(const TQString&)));
connect(p, SIGNAL(completed(bool)), this, SLOT(setCompleted()));
-/* KActionCollection *coll=p->actionCollection();
+/* TDEActionCollection *coll=p->actionCollection();
if (coll)
{
connect( coll, SIGNAL( actionStatusText( const TQString & ) ),