summaryrefslogtreecommitdiffstats
path: root/kontact/interfaces/plugin.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kontact/interfaces/plugin.cpp')
-rw-r--r--kontact/interfaces/plugin.cpp6
1 files changed, 2 insertions, 4 deletions
diff --git a/kontact/interfaces/plugin.cpp b/kontact/interfaces/plugin.cpp
index ed81dcb6..b3ec8202 100644
--- a/kontact/interfaces/plugin.cpp
+++ b/kontact/interfaces/plugin.cpp
@@ -27,7 +27,7 @@
#include <tdeglobal.h>
#include <tdeparts/componentfactory.h>
#include <kdebug.h>
-#include <kinstance.h>
+#include <tdeinstance.h>
#include <krun.h>
#include "core.h"
@@ -147,7 +147,7 @@ KParts::ReadOnlyPart *Plugin::part()
if ( !d->part ) {
d->part = createPart();
if ( d->part ) {
- connect( d->part, TQT_SIGNAL( destroyed() ), TQT_SLOT( partDestroyed() ) );
+ connect( d->part, TQ_SIGNAL( destroyed() ), TQ_SLOT( partDestroyed() ) );
core()->partLoaded( this, d->part );
}
}
@@ -255,5 +255,3 @@ void Plugin::virtual_hook( int, void* ) {
}
#include "plugin.moc"
-
-// vim: sw=2 et sts=2 tw=80