]> git.lyx.org Git - features.git/blobdiff - src/frontends/qt4/QBoxDialog.C
* src/frontends/qt4/QBoxDialog.C:
[features.git] / src / frontends / qt4 / QBoxDialog.C
index 43cdfce5880acbc669a346f400404ff566c5a515..1510455ff67adf351cc38012e14180f2be913e4d 100644 (file)
@@ -39,10 +39,10 @@ QBoxDialog::QBoxDialog(QBox * form)
                form, SLOT(slotClose()));
 
     connect( widthED, SIGNAL( textChanged(const QString&) ), this, SLOT( change_adaptor() ) );
-    connect( widthUnitsLC, SIGNAL( selectionChanged(LyXLength::UNIT) ), this, SLOT( change_adaptor() ) );
+    connect( widthUnitsLC, SIGNAL( selectionChanged(lyx::LyXLength::UNIT) ), this, SLOT( change_adaptor() ) );
     connect( valignCO, SIGNAL( highlighted(const QString&) ), this, SLOT( change_adaptor() ) );
     connect( heightED, SIGNAL( textChanged(const QString&) ), this, SLOT( change_adaptor() ) );
-    connect( heightUnitsLC, SIGNAL( selectionChanged(LyXLength::UNIT) ), this, SLOT( change_adaptor() ) );
+    connect( heightUnitsLC, SIGNAL( selectionChanged(lyx::LyXLength::UNIT) ), this, SLOT( change_adaptor() ) );
     connect( restorePB, SIGNAL( clicked() ), this, SLOT( restoreClicked() ) );
     connect( typeCO, SIGNAL( activated(int) ), this, SLOT( change_adaptor() ) );
     connect( typeCO, SIGNAL( activated(int) ), this, SLOT( typeChanged(int) ) );