summaryrefslogtreecommitdiffstats
path: root/kontact/src
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-08 00:16:02 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-08 00:16:02 -0600
commit840aac8d62b0a05ac697eaef5c60460942f2f9ca (patch)
tree94468b51dcb8c801ccf692ae5b1554b5ad98ebfc /kontact/src
parent9fa7d0658d812c9f9d6c80c0a2ea8236209313d0 (diff)
downloadtdepim-840aac8d62b0a05ac697eaef5c60460942f2f9ca.tar.gz
tdepim-840aac8d62b0a05ac697eaef5c60460942f2f9ca.zip
Fix accidental conversion of dockwin
Diffstat (limited to 'kontact/src')
-rw-r--r--kontact/src/mainwindow.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kontact/src/mainwindow.cpp b/kontact/src/mainwindow.cpp
index 52576bcf..fe24bd8d 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 doctwindow
+ // Let the navigator toolbar be always the last one, if it's in the top dockwindow
if ( navigatorToolBar && !navigatorToolBar->isHidden() &&
navigatorToolBar->barPos() == KToolBar::Top ) {
topDock()->moveDockWindow( navigatorToolBar, -1 );