diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-07 20:29:44 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-07 20:29:44 -0600 |
commit | a66f0a09b66888c0d080fc47651210b644b39114 (patch) | |
tree | 817d01cecfb618d62f65929a984455ec1bbf94f0 /kontact | |
parent | 8fdee58df91aa54d53e3e0147f20df18dce3a06e (diff) | |
download | tdepim-a66f0a09b66888c0d080fc47651210b644b39114.tar.gz tdepim-a66f0a09b66888c0d080fc47651210b644b39114.zip |
Rename kwin to twin (part 1 of 2)
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 ); |