]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt2/FileDialog_private.h
Get rid of the static_casts.
[lyx.git] / src / frontends / qt2 / FileDialog_private.h
index 5062f226b2c711a2c131c155cb920704e6711f09..6b86593e0bfd1f04efb5e82c944fa1f8ef5fd0af 100644 (file)
@@ -12,9 +12,6 @@
 #ifndef FILEDIALOG_PRIVATE_H
 #define FILEDIALOG_PRIVATE_H
 
-#ifdef __GNUG__
-#pragma interface
-#endif
 
 #include "frontends/FileDialog.h"
 #include <qfiledialog.h>
@@ -27,11 +24,10 @@ class LyXFileDialog : public QFileDialog
        Q_OBJECT
 public:
        LyXFileDialog(string const & p, string const & m, string const & t,
-               FileDialog::Button const & b1, FileDialog::Button const & b2);
-
+                     FileDialog::Button const & b1,
+                     FileDialog::Button const & b2);
 public slots:
        void buttonClicked();
-
 private:
        QToolButton * b1_;
        string b1_dir_;