X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fsupport%2FFileMonitor.h;h=1e43979de494e90b0c62a4d602d53e7d67f06c5e;hb=4f0981e7bbbb8d9d00490856daa3d35e170845d7;hp=622637efa4ef349e477f16ccaf7414f2a2faee03;hpb=b89910af0faf07a8cab46a0000c4cd64b9e6fca2;p=features.git diff --git a/src/support/FileMonitor.h b/src/support/FileMonitor.h index 622637efa4..1e43979de4 100644 --- a/src/support/FileMonitor.h +++ b/src/support/FileMonitor.h @@ -130,10 +130,10 @@ class FileMonitor : public QObject public: FileMonitor(std::shared_ptr monitor); - typedef signals2::signal sig; + typedef signal 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