]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/QChangesDialog.C
rename LFUN enum values according to their command (as used in th minibuffer/bind...
[lyx.git] / src / frontends / qt4 / QChangesDialog.C
index 973efe7560ebeb032375bea2a8d77bc5fcf41331..239a9550075c15cc885ec36bdc06cc79f33e9e37 100644 (file)
@@ -25,10 +25,12 @@ QChangesDialog::QChangesDialog(QChanges * form)
        setupUi(this);
        connect(closePB, SIGNAL(clicked()),
                form, SLOT(slotClose()));
-
-    connect( nextPB, SIGNAL( clicked() ), this, SLOT( nextPressed() ) );
-    connect( rejectPB, SIGNAL( clicked() ), this, SLOT( rejectPressed() ) );
-    connect( acceptPB, SIGNAL( clicked() ), this, SLOT( acceptPressed() ) );
+       connect(nextPB, SIGNAL( clicked() ), 
+               this, SLOT( nextPressed() ) );
+       connect(rejectPB, SIGNAL( clicked() ), 
+               this, SLOT( rejectPressed() ) );
+       connect(acceptPB, SIGNAL( clicked() ), 
+               this, SLOT( acceptPressed() ) );
 }