]> git.lyx.org Git - lyx.git/blobdiff - src/Timeout.h
update all .po files ot latestes pot
[lyx.git] / src / Timeout.h
index 3233b72e92f014b45ba1bb77c601857a2ff9b912..264cef33ef40662169d27dcb402d64d3159ff749 100644 (file)
 #endif
 
 #include <sigc++/signal_system.h>
-/* ugly hack to prevent Qt's '#define emit ...' from 
- * screwing us up below - jbl 2000/8/10 
- */
-#ifdef KDEGUI
-#undef emit
-#endif
-
 
 #ifdef SIGC_CXX_NAMESPACES
 using SigC::Signal0;