]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt2/io_callback.h
Strip trailing whitespace.
[lyx.git] / src / frontends / qt2 / io_callback.h
index 5c3a81b26d632f4720c9b7983bbf24230a8585c2..a8d03576cb9e0e4fa4230086faec23ee99c96c0c 100644 (file)
@@ -13,9 +13,6 @@
 #ifndef IO_CALLBACK_H
 #define IO_CALLBACK_H
 
-#ifdef __GNUG__
-#pragma interface
-#endif
 
 #include <qobject.h>
 #include <qsocketnotifier.h>
@@ -36,10 +33,8 @@ class io_callback : public QObject {
 public:
        /// connect a read ready notification for fd to the LyXComm
        io_callback(int fd, LyXComm * comm);
-
 public slots:
        void data_received();
-
 private:
        /// our notifier
        boost::scoped_ptr<QSocketNotifier> sn_;