summaryrefslogtreecommitdiff
Side-by-side diff
Diffstat (more/less context) (show whitespace changes)
-rw-r--r--noncore/apps/opie-gutenbrowser/optionsDialogData.cpp6
1 files changed, 3 insertions, 3 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
@@ -22,9 +22,9 @@
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();
QGridLayout *layout = new QGridLayout( this );
layout->setSpacing(2);