-rw-r--r-- | noncore/apps/opie-gutenbrowser/optionsDialogData.cpp | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/noncore/apps/opie-gutenbrowser/optionsDialogData.cpp b/noncore/apps/opie-gutenbrowser/optionsDialogData.cpp index e03fa2c..772926a 100644 --- a/noncore/apps/opie-gutenbrowser/optionsDialogData.cpp +++ b/noncore/apps/opie-gutenbrowser/optionsDialogData.cpp @@ -24,5 +24,5 @@ void optionsDialog::initDialog() { - QWidget *d = QApplication::desktop(); - int width = d->width(); - int height = d->height(); +// QWidget *d = QApplication::desktop(); +// int width = d->width(); +// int height = d->height(); @@ -46,3 +46,3 @@ void optionsDialog::initDialog() downLabel->setMaximumHeight(30); - + downloadDirEdit = new QLineEdit(Widget2,"downloadDir"); @@ -91,3 +91,3 @@ void optionsDialog::initDialog() tab = new QWidget( tabWidget, "tab" ); - + TextLabel3_3 = new QLabel( tab, "TextLabel3_3" ); @@ -112,3 +112,3 @@ void optionsDialog::initDialog() layout4->setMargin(2); - + fontDlg = new FontDialog( tabWidget,"FontDialog"); @@ -118,3 +118,3 @@ void optionsDialog::initDialog() // fontDlg->show(); - + initConnections(); |