X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2Fsupport%2FFileMonitor.h;h=1e43979de494e90b0c62a4d602d53e7d67f06c5e;hb=b198a36a363bb6a084407d476942d68ef5fb5e86;hp=622637efa4ef349e477f16ccaf7414f2a2faee03;hpb=2db26ff5224288df83333e5149217ba947581348;p=lyx.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