From 87b93ca808859b4219f9a9b4bffd3b1296b67239 Mon Sep 17 00:00:00 2001 From: Edwin Leuven Date: Tue, 24 Oct 2006 19:05:26 +0000 Subject: [PATCH] add missing lyx:: git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@15539 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/frontends/qt4/QTabularDialog.C | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/frontends/qt4/QTabularDialog.C b/src/frontends/qt4/QTabularDialog.C index af27ad5139..47837b0396 100644 --- a/src/frontends/qt4/QTabularDialog.C +++ b/src/frontends/qt4/QTabularDialog.C @@ -44,17 +44,17 @@ QTabularDialog::QTabularDialog(QTabular * form) connect(topspaceED, SIGNAL(returnPressed()), this, SLOT(topspace_changed())); - connect(topspaceUnit, SIGNAL(selectionChanged(LyXLength::UNIT)), + connect(topspaceUnit, SIGNAL(selectionChanged(lyx::LyXLength::UNIT)), this, SLOT(topspace_changed())); connect(topspaceCO, SIGNAL(activated(int)), this, SLOT(topspace_changed())); connect(bottomspaceED, SIGNAL(returnPressed()), this, SLOT(bottomspace_changed())); - connect(bottomspaceUnit, SIGNAL(selectionChanged(LyXLength::UNIT)), + connect(bottomspaceUnit, SIGNAL(selectionChanged(lyx::LyXLength::UNIT)), this, SLOT(bottomspace_changed())); connect(bottomspaceCO, SIGNAL(activated(int)), this, SLOT(bottomspace_changed())); connect(interlinespaceED, SIGNAL(returnPressed()), this, SLOT(interlinespace_changed())); - connect(interlinespaceUnit, SIGNAL(selectionChanged(LyXLength::UNIT)), + connect(interlinespaceUnit, SIGNAL(selectionChanged(lyx::LyXLength::UNIT)), this, SLOT(interlinespace_changed())); connect(interlinespaceCO, SIGNAL(activated(int)), this, SLOT(interlinespace_changed())); connect(booktabsRB, SIGNAL(clicked()), this, SLOT(on_booktabsRB_toggled())); @@ -82,7 +82,7 @@ QTabularDialog::QTabularDialog(QTabular * form) connect(lastfooterNoContentsCB, SIGNAL(clicked()), this, SLOT(ltLastFooterEmpty_clicked())); connect(specialAlignmentED, SIGNAL(returnPressed()), this, SLOT(specialAlignment_changed())); connect(widthED, SIGNAL(returnPressed()), this, SLOT(width_changed())); - connect(widthUnit, SIGNAL(selectionChanged(LyXLength::UNIT)), this, SLOT(width_changed())); + connect(widthUnit, SIGNAL(selectionChanged(lyx::LyXLength::UNIT)), this, SLOT(width_changed())); connect(closePB, SIGNAL(clicked()), this, SLOT(close_clicked())); connect(borders, SIGNAL(topSet(bool)), this, SLOT(topBorder_changed())); connect(borders, SIGNAL(bottomSet(bool)), this, SLOT(bottomBorder_changed())); -- 2.39.2