Index: trunk/BNC/src/bncwindow.cpp
===================================================================
--- trunk/BNC/src/bncwindow.cpp	(revision 5260)
+++ trunk/BNC/src/bncwindow.cpp	(revision 5261)
@@ -2794,7 +2794,8 @@
   enableStartStop();
 
-  _postProcessing = new t_postProcessing(this);
+  _postProcessing = new t_postProcessing(this, _mapSpeedSlider->maximum());
   connect(_postProcessing, SIGNAL(finished()), this, SLOT(slotFinishedPostProcessingPPP()));
   connect(_postProcessing, SIGNAL(progress(int)), this, SLOT(slotPostProgress(int)));
+  connect(_mapSpeedSlider, SIGNAL(valueChanged(int)), _postProcessing, SLOT(slotSetSpeed(int)));
   bncSettings settings;
   if ( Qt::CheckState(settings.value("pppPlotCoordinates").toInt()) == Qt::Checked) {
@@ -2956,5 +2957,4 @@
   enableWidget(false, _osmRadioButton);
   enableWidget(false, _mapWinTraceCheckBox);
-  enableWidget(false, _mapSpeedSlider);
   if (!_mapWin) {
     _mapWin = new bncMapWin(this);
