summaryrefslogtreecommitdiff
path: root/noncore/apps/opie-gutenbrowser/optionsDialogData.cpp
authorllornkcor <llornkcor>2004-06-16 09:02:40 (UTC)
committer llornkcor <llornkcor>2004-06-16 09:02:40 (UTC)
commit334da0ef825f861792a12f9b51201ed81b491cec (patch) (side-by-side diff)
tree2dd1f04166444c26c0baf432622f0e8bd0f5fcde /noncore/apps/opie-gutenbrowser/optionsDialogData.cpp
parentf1f53eba247de324eabf07d455e00cfd0f453375 (diff)
downloadopie-334da0ef825f861792a12f9b51201ed81b491cec.zip
opie-334da0ef825f861792a12f9b51201ed81b491cec.tar.gz
opie-334da0ef825f861792a12f9b51201ed81b491cec.tar.bz2
fix warning
Diffstat (limited to 'noncore/apps/opie-gutenbrowser/optionsDialogData.cpp') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/apps/opie-gutenbrowser/optionsDialogData.cpp14
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
@@ -23,7 +23,7 @@
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 );
@@ -45,5 +45,5 @@ void optionsDialog::initDialog()
downLabel->setText("Download Directory:");
downLabel->setMaximumHeight(30);
-
+
downloadDirEdit = new QLineEdit(Widget2,"downloadDir");
@@ -90,5 +90,5 @@ void optionsDialog::initDialog()
tabWidget->insertTab( Widget3, tr( "FTP" ) );
tab = new QWidget( tabWidget, "tab" );
-
+
TextLabel3_3 = new QLabel( tab, "TextLabel3_3" );
@@ -111,5 +111,5 @@ void optionsDialog::initDialog()
layout4->setSpacing(2);
layout4->setMargin(2);
-
+
fontDlg = new FontDialog( tabWidget,"FontDialog");
// fontWidget= new QWidget( tabWidget, "fontWidget" );
@@ -117,5 +117,5 @@ void optionsDialog::initDialog()
// fontDlg = new FontDialog( fontWidget,"FontDialog");
// fontDlg->show();
-
+
initConnections();