diff options
Diffstat (limited to 'kontact')
-rw-r--r-- | kontact/interfaces/uniqueapphandler.cpp | 2 | ||||
-rw-r--r-- | kontact/plugins/korganizer/korg_uniqueapp.cpp | 2 | ||||
-rw-r--r-- | kontact/src/main.cpp | 2 | ||||
-rw-r--r-- | kontact/src/mainwindow.cpp | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/kontact/interfaces/uniqueapphandler.cpp b/kontact/interfaces/uniqueapphandler.cpp index 5dd9e72d0..2dfd1daef 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 42a7adcae..3ece77c45 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 a2ebad5e8..d2a57bcb7 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 fe24bd8dd..52576bcf5 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 ); |