]> git.lyx.org Git - lyx.git/blobdiff - src/support/FileMonitor.h
Less expensive OP first as this might be called often.
[lyx.git] / src / support / FileMonitor.h
index 622637efa4ef349e477f16ccaf7414f2a2faee03..1e43979de494e90b0c62a4d602d53e7d67f06c5e 100644 (file)
@@ -130,10 +130,10 @@ class FileMonitor : public QObject
 public:
        FileMonitor(std::shared_ptr<FileMonitorGuard> monitor);
 
-       typedef signals2::signal<void(bool)> sig;
+       typedef signal<void(bool)> sig;
        typedef sig::slot_type slot;
        /// Connect and you'll be informed when the file has changed.
-       signals2::connection connect(slot const &);
+       connection connect(slot const &);
        /// absolute path being tracked
        std::string const & filename() { return monitor_->filename(); }
        /// Make sure the good file is being monitored, after e.g. a move or a