summaryrefslogtreecommitdiffstats
path: root/kontact
diff options
context:
space:
mode:
Diffstat (limited to 'kontact')
-rw-r--r--kontact/interfaces/uniqueapphandler.cpp2
-rw-r--r--kontact/plugins/korganizer/korg_uniqueapp.cpp2
-rw-r--r--kontact/src/main.cpp2
-rw-r--r--kontact/src/mainwindow.cpp2
4 files changed, 4 insertions, 4 deletions
diff --git a/kontact/interfaces/uniqueapphandler.cpp b/kontact/interfaces/uniqueapphandler.cpp
index 5dd9e72d..2dfd1dae 100644
--- a/kontact/interfaces/uniqueapphandler.cpp
+++ b/kontact/interfaces/uniqueapphandler.cpp
@@ -24,7 +24,7 @@
#include <kapplication.h>
#include <kcmdlineargs.h>
#include "core.h"
-#include <kwin.h>
+#include <twin.h>
#include <dcopclient.h>
#include <kdebug.h>
#include <klocale.h>
diff --git a/kontact/plugins/korganizer/korg_uniqueapp.cpp b/kontact/plugins/korganizer/korg_uniqueapp.cpp
index 42a7adca..3ece77c4 100644
--- a/kontact/plugins/korganizer/korg_uniqueapp.cpp
+++ b/kontact/plugins/korganizer/korg_uniqueapp.cpp
@@ -26,7 +26,7 @@
#include <dcopref.h>
#include <kapplication.h>
#include <kstartupinfo.h>
-#include <kwin.h>
+#include <twin.h>
void KOrganizerUniqueAppHandler::loadCommandLineOptions()
{
diff --git a/kontact/src/main.cpp b/kontact/src/main.cpp
index a2ebad5e..d2a57bcb 100644
--- a/kontact/src/main.cpp
+++ b/kontact/src/main.cpp
@@ -29,7 +29,7 @@
#include <klocale.h>
#include <kstartupinfo.h>
#include <kuniqueapplication.h>
-#include <kwin.h>
+#include <twin.h>
#include <kstandarddirs.h>
#include <ktrader.h>
#include "plugin.h"
diff --git a/kontact/src/mainwindow.cpp b/kontact/src/mainwindow.cpp
index fe24bd8d..52576bcf 100644
--- a/kontact/src/mainwindow.cpp
+++ b/kontact/src/mainwindow.cpp
@@ -842,7 +842,7 @@ void MainWindow::selectPlugin( Kontact::Plugin *plugin )
createGUI( plugin->part() );
KToolBar* navigatorToolBar = findToolBar( "navigatorToolBar" );
- // Let the navigator toolbar be always the last one, if it's in the top dockwindow
+ // Let the navigator toolbar be always the last one, if it's in the top doctwindow
if ( navigatorToolBar && !navigatorToolBar->isHidden() &&
navigatorToolBar->barPos() == KToolBar::Top ) {
topDock()->moveDockWindow( navigatorToolBar, -1 );