]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/GuiWorkArea.h
Make signals and slots to not be defined, and replace them with Q_SIGNALS and Q_SLOTS
[lyx.git] / src / frontends / qt4 / GuiWorkArea.h
index b44cad93c26589cddafe1d505c3de9e657256976..878f1869a8df31ca4b179a69192bf3cf7a3a066b 100644 (file)
@@ -168,7 +168,7 @@ protected:
        /// IM events
        void inputMethodEvent(QInputMethodEvent * e);
 
-public slots:
+public Q_SLOTS:
 
        /// Timeout event Slot for keyboard bufferring.
        /// \todo This is not used currently in the code, remove?