author | llornkcor <llornkcor> | 2004-06-16 09:02:40 (UTC) |
---|---|---|
committer | llornkcor <llornkcor> | 2004-06-16 09:02:40 (UTC) |
commit | 334da0ef825f861792a12f9b51201ed81b491cec (patch) (unidiff) | |
tree | 2dd1f04166444c26c0baf432622f0e8bd0f5fcde | |
parent | f1f53eba247de324eabf07d455e00cfd0f453375 (diff) | |
download | opie-334da0ef825f861792a12f9b51201ed81b491cec.zip opie-334da0ef825f861792a12f9b51201ed81b491cec.tar.gz opie-334da0ef825f861792a12f9b51201ed81b491cec.tar.bz2 |
fix warning
-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() | |||
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 | ||
@@ -46,3 +46,3 @@ void optionsDialog::initDialog() | |||
46 | downLabel->setMaximumHeight(30); | 46 | downLabel->setMaximumHeight(30); |
47 | 47 | ||
48 | downloadDirEdit = new QLineEdit(Widget2,"downloadDir"); | 48 | downloadDirEdit = new QLineEdit(Widget2,"downloadDir"); |
@@ -91,3 +91,3 @@ void optionsDialog::initDialog() | |||
91 | tab = new QWidget( tabWidget, "tab" ); | 91 | tab = new QWidget( tabWidget, "tab" ); |
92 | 92 | ||
93 | TextLabel3_3 = new QLabel( tab, "TextLabel3_3" ); | 93 | TextLabel3_3 = new QLabel( tab, "TextLabel3_3" ); |
@@ -112,3 +112,3 @@ void optionsDialog::initDialog() | |||
112 | layout4->setMargin(2); | 112 | layout4->setMargin(2); |
113 | 113 | ||
114 | fontDlg = new FontDialog( tabWidget,"FontDialog"); | 114 | fontDlg = new FontDialog( tabWidget,"FontDialog"); |
@@ -118,3 +118,3 @@ void optionsDialog::initDialog() | |||
118 | // fontDlg->show(); | 118 | // fontDlg->show(); |
119 | 119 | ||
120 | initConnections(); | 120 | initConnections(); |