]> git.lyx.org Git - lyx.git/commitdiff
fix build
authorJohn Levon <levon@movementarian.org>
Sun, 24 Nov 2002 14:54:50 +0000 (14:54 +0000)
committerJohn Levon <levon@movementarian.org>
Sun, 24 Nov 2002 14:54:50 +0000 (14:54 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5702 a592a061-630c-0410-9148-cb99ea01b6c8

src/frontends/qt2/ChangeLog
src/frontends/qt2/QDocumentDialog.C

index e05346e90e66397dc6c169019343753e64135a0f..daae3acdbbbc871de3b41a131beeddaac2a8dc28 100644 (file)
@@ -1,3 +1,7 @@
+2002-11-24  John Levon  <levon@movementarian.org>
+
+       * QDocumentDialog.C: fix build
 2002-11-21  Angus Leeming  <leeming@lyx.org>
 
        * QDocumentDialog.C (classChanged): use ControlDocument::loadTextclass.
index 2c50f3288256f5373c3f7461453cfb4454f7cf46..d0f58b2118983ba67e2956aaab81f7b305d3cee9 100644 (file)
@@ -457,7 +457,7 @@ void QDocumentDialog::classChanged()
 
        lyx::textclass_type const tc = layoutModule->classCO->currentItem();
 
-       if (controller().loadTextclass(tc)) {
+       if (form_->controller().loadTextclass(tc)) {
                params.textclass = tc;
 
                if (lyxrc.auto_reset_options) {