Index: trunk/BNC/src/bnccore.cpp
===================================================================
--- trunk/BNC/src/bnccore.cpp	(revision 9590)
+++ trunk/BNC/src/bnccore.cpp	(revision 9591)
@@ -42,5 +42,4 @@
 #include <sstream>
 #include <QMessageBox>
-//#include <QString>
 #include <cmath>
 
@@ -187,9 +186,9 @@
     QByteArray msgLocal = msg;
     if (msg.indexOf('\n') == 0) {
-      *_logStream << Qt::endl;
+      *_logStream << endl;
       msgLocal = msg.mid(1);
     }
     *_logStream << currentDateAndTimeGPS().toString("yy-MM-dd hh:mm:ss ").toLatin1().data();
-    *_logStream << msgLocal.data() << Qt::endl;
+    *_logStream << msgLocal.data() << endl;
     _logStream->flush();
     _logFile->flush();
@@ -401,5 +400,5 @@
                        << _userName.toLatin1().data()
                        << hlp.toLatin1().data()
-                       << "PGM / RUN BY / DATE" << Qt::endl;
+                       << "PGM / RUN BY / DATE" << endl;
 
         QStringListIterator it(comments);
@@ -428,5 +427,5 @@
                        << _userName.toLatin1().data()
                        << hlp.toLatin1().data()
-                       << "PGM / RUN BY / DATE" << Qt::endl;
+                       << "PGM / RUN BY / DATE" << endl;
 
         QStringListIterator it(comments);
@@ -450,5 +449,5 @@
                            << _userName.toLatin1().data()
                            << hlp.toLatin1().data()
-                           << "PGM / RUN BY / DATE" << Qt::endl;
+                           << "PGM / RUN BY / DATE" << endl;
 
         QStringListIterator it(comments);
