~ubuntu-branches/ubuntu/quantal/qgis/quantal

« back to all changes in this revision

Viewing changes to src/qgsludialog.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Steve Halasz
  • Date: 2005-11-05 16:04:45 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20051105160445-l0g4isz5bc9yehet
Tags: 0.7.4-1
* New upstream release
* Build GRASS support in qgis-plugin-grass package (Closes: #248649)

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
 *   (at your option) any later version.                                   *
15
15
 *                                                                         *
16
16
 ***************************************************************************/
17
 
/* $Id: qgsludialog.cpp,v 1.2 2004/10/16 21:17:33 gsherman Exp $ */
 
17
/* $Id: qgsludialog.cpp,v 1.2.6.1 2005/08/31 03:45:17 telwertowski Exp $ */
18
18
#include "qgsludialog.h"
19
19
#include <qlineedit.h>
20
20
 
21
 
QgsLUDialog::QgsLUDialog(): QgsLUDialogBase()
 
21
QgsLUDialog::QgsLUDialog(QWidget * parent, const char *name, bool modal)
 
22
: QgsLUDialogBase(parent, name, modal)
22
23
{
23
24
    QObject::connect((QObject*)mOkButton, SIGNAL(clicked()), this, SLOT(accept()));//why is this cast necessary????
24
25
    QObject::connect((QObject*)mCancelButton, SIGNAL(clicked()), this, SLOT(reject()));//why is this cast necessary????