diff options
Diffstat (limited to 'src/mainwindow.cc')
-rw-r--r-- | src/mainwindow.cc | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/mainwindow.cc b/src/mainwindow.cc index c127585..9e5353d 100644 --- a/src/mainwindow.cc +++ b/src/mainwindow.cc @@ -31,6 +31,9 @@ /* * $Log$ + * Revision 1.29 2005/06/14 12:29:40 deva + * Incorporated the use of the Info object everywhere... also using the log functionality. + * * Revision 1.28 2005/06/02 20:45:01 deva * * Added clear button @@ -109,7 +112,7 @@ MainWindow::MainWindow(QApplication *qApp, QWidget* parent, const char* name ) : QWidget( parent, name, WStyle_Customize | WStyle_NoBorder ) { - info = new InfoGui(qApp, this); + info = new InfoGui(qApp, this, config); video_width = config->readInt("video_width"); video_height = config->readInt("video_height"); |