summaryrefslogtreecommitdiff
authorllornkcor <llornkcor>2004-06-16 09:02:40 (UTC)
committer llornkcor <llornkcor>2004-06-16 09:02:40 (UTC)
commit334da0ef825f861792a12f9b51201ed81b491cec (patch) (unidiff)
tree2dd1f04166444c26c0baf432622f0e8bd0f5fcde
parentf1f53eba247de324eabf07d455e00cfd0f453375 (diff)
downloadopie-334da0ef825f861792a12f9b51201ed81b491cec.zip
opie-334da0ef825f861792a12f9b51201ed81b491cec.tar.gz
opie-334da0ef825f861792a12f9b51201ed81b491cec.tar.bz2
fix warning
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
@@ -19,15 +19,15 @@
19#include <qpushbutton.h> 19#include <qpushbutton.h>
20#include <qlineedit.h> 20#include <qlineedit.h>
21#include <qcombobox.h> 21#include <qcombobox.h>
22 22
23void optionsDialog::initDialog() 23void optionsDialog::initDialog()
24{ 24{
25 QWidget *d = QApplication::desktop(); 25// QWidget *d = QApplication::desktop();
26 int width = d->width(); 26// int width = d->width();
27 int height = d->height(); 27// int height = d->height();
28 28
29 QGridLayout *layout = new QGridLayout( this ); 29 QGridLayout *layout = new QGridLayout( this );
30 layout->setSpacing(2); 30 layout->setSpacing(2);
31 layout->setMargin(2); 31 layout->setMargin(2);
32 32
33 tabWidget = new QTabWidget( this, "tabWidget" ); 33 tabWidget = new QTabWidget( this, "tabWidget" );