]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/QBranchDialog.C
rename LFUN enum values according to their command (as used in th minibuffer/bind...
[lyx.git] / src / frontends / qt4 / QBranchDialog.C
index 5283a28d660a7e16dfa2f39ac1115bb5f83669d0..02c5b7fa92d14440387929e9dbf6333488b768c9 100644 (file)
@@ -13,8 +13,7 @@
 #include "QBranchDialog.h"
 #include "QBranch.h"
 
-#include <qpushbutton.h>
-//Added by qt3to4:
+#include <QPushButton>
 #include <QCloseEvent>
 
 namespace lyx {
@@ -28,8 +27,8 @@ QBranchDialog::QBranchDialog(QBranch * form)
                form, SLOT(slotOK()));
        connect(closePB, SIGNAL(clicked()),
                form, SLOT(slotClose()));
-
-    connect( branchCO, SIGNAL( activated(int) ), this, SLOT( change_adaptor() ) );
+       connect(branchCO, SIGNAL( activated(int) ), 
+               this, SLOT( change_adaptor() ) );
 }