]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/Timeout.C
include sys/time.h
[lyx.git] / src / frontends / Timeout.C
index 114d88aa3fd765eba52e0ca82a0c459e9a26ff54..2ecb0442dffb971cef7770007ac7a7884929bb93 100644 (file)
@@ -1,14 +1,13 @@
 /**
  * \file Timeout.C
- * Copyright 2001 LyX Team
- * Read COPYING
+ * This file is part of LyX, the document processor.
+ * Licence details can be found in the file COPYING.
  *
  * \author Lars Gullik Bjønnes
  * \author John Levon
+ *
+ * Full author contact details are available in file CREDITS
  */
-#ifdef __GNUG__
-#pragma implementation
-#endif
 
 #include <config.h>
 
@@ -57,7 +56,7 @@ void Timeout::restart()
 void Timeout::emit()
 {
        pimpl_->reset();
-       timeout.emit();
+       timeout();
        if (type == CONTINUOUS)
                pimpl_->start();
 }