]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt2/QURLDialog.C
Get rid of the static_casts.
[lyx.git] / src / frontends / qt2 / QURLDialog.C
index 0e9334f6485b85deb7b5168e972552dadf1ed4f0..17495950eb4cc267805fc0d78549c26c6aa111de 100644 (file)
 
 #include <config.h>
 
-#ifdef __GNUG__
-#pragma implementation
-#endif
 
 #include "QURL.h"
 #include "QURLDialog.h"
 
 #include <qpushbutton.h>
 #include <qlineedit.h>
+
+
 QURLDialog::QURLDialog(QURL * form)
        : QURLDialogBase(0, 0, false, 0),
        form_(form)
@@ -42,7 +40,7 @@ void QURLDialog::show()
        urlED->setFocus();
 }
 
+
 void QURLDialog::changed_adaptor()
 {
        form_->changed();