]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt2/QPrefs.h
Get rid of the static_casts.
[lyx.git] / src / frontends / qt2 / QPrefs.h
index fec08bbf166198f27599689af29b743aeaff3b35..cddf96836199dae514bd4af7a0ee68651352e575 100644 (file)
 #ifndef QPREFS_H
 #define QPREFS_H
 
-#ifdef __GNUG__
-#pragma interface
-#endif
 
 #include "converter.h"
+#include "format.h"
+
 #include "Qt2Base.h"
 #include "ControlPrefs.h"
 
 #include <vector>
+
 class QPrefsDialog;
 
 class QPrefs
@@ -33,11 +31,11 @@ public:
        friend class QPrefsDialog;
 
        QPrefs();
+
 private:
        /// Apply changes
        virtual void apply();
+
        /// update (do we need this?)
        virtual void update_contents();