]> git.lyx.org Git - lyx.git/blobdiff - src/Mover.cpp
* On MacOSX enter is no activation key for a QListWidget. Hence it
[lyx.git] / src / Mover.cpp
index e0e41b837a595cc655a5786092bceb5ce3d55dbc..cfe203461779474672e4b8893b43c6717496f27e 100644 (file)
@@ -15,7 +15,7 @@
 #include "support/filetools.h"
 #include "support/lstrings.h"
 #include "support/lyxlib.h"
-#include "support/systemcall.h"
+#include "support/Systemcall.h"
 
 #include <fstream>
 #include <sstream>
@@ -28,7 +28,7 @@ namespace lyx {
 using support::quoteName;
 
 bool Mover::copy(support::FileName const & from, support::FileName const & to,
-                 unsigned long int mode) const
+                unsigned long int mode) const
 {
        return do_copy(from, to, to.absFilename(), mode);
 }
@@ -42,7 +42,7 @@ bool Mover::do_copy(support::FileName const & from, support::FileName const & to
 
 
 bool Mover::rename(support::FileName const & from,
-                   support::FileName const & to) const
+                  support::FileName const & to) const
 {
        return do_rename(from, to, to.absFilename());
 }