summaryrefslogtreecommitdiffstats
path: root/kontact/src
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-07 20:29:44 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-07 20:29:44 -0600
commita66f0a09b66888c0d080fc47651210b644b39114 (patch)
tree817d01cecfb618d62f65929a984455ec1bbf94f0 /kontact/src
parent8fdee58df91aa54d53e3e0147f20df18dce3a06e (diff)
downloadtdepim-a66f0a09b66888c0d080fc47651210b644b39114.tar.gz
tdepim-a66f0a09b66888c0d080fc47651210b644b39114.zip
Rename kwin to twin (part 1 of 2)
Diffstat (limited to 'kontact/src')
-rw-r--r--kontact/src/main.cpp2
-rw-r--r--kontact/src/mainwindow.cpp2
2 files changed, 2 insertions, 2 deletions
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 );