author | zecke <zecke> | 2005-02-06 11:26:47 (UTC) |
---|---|---|
committer | zecke <zecke> | 2005-02-06 11:26:47 (UTC) |
commit | e29e3328f35e9d74e48d26b99f0e6e8d6dcdd33a (patch) (unidiff) | |
tree | 08f6fb3eccf860ce596d499e0d6cf19fc0b13069 | |
parent | 27847dffc089bb8c89d09e7f9277c43c7590b8b8 (diff) | |
download | opie-e29e3328f35e9d74e48d26b99f0e6e8d6dcdd33a.zip opie-e29e3328f35e9d74e48d26b99f0e6e8d6dcdd33a.tar.gz opie-e29e3328f35e9d74e48d26b99f0e6e8d6dcdd33a.tar.bz2 |
Remove uncommented code as well
-rw-r--r-- | libopie2/opieui/fileselector/ofiledialog.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/libopie2/opieui/fileselector/ofiledialog.cpp b/libopie2/opieui/fileselector/ofiledialog.cpp index 92d4271..f2a0c7b 100644 --- a/libopie2/opieui/fileselector/ofiledialog.cpp +++ b/libopie2/opieui/fileselector/ofiledialog.cpp | |||
@@ -99,6 +99,4 @@ OFileDialog::OFileDialog(const QString &caption, | |||
99 | : QDialog( wid, "OFileDialog", true ) | 99 | : QDialog( wid, "OFileDialog", true ) |
100 | { | 100 | { |
101 | // QVBoxLayout *lay = new QVBoxLayout(this); | ||
102 | //showMaximized(); | ||
103 | QVBoxLayout *lay = new QVBoxLayout(this ); | 101 | QVBoxLayout *lay = new QVBoxLayout(this ); |
104 | file = new OFileSelector(this , mode, selector, | 102 | file = new OFileSelector(this , mode, selector, |
@@ -107,6 +105,4 @@ OFileDialog::OFileDialog(const QString &caption, | |||
107 | lay->addWidget( file ); | 105 | lay->addWidget( file ); |
108 | 106 | ||
109 | //lay->addWidget( file ); | ||
110 | //showFullScreen(); | ||
111 | setCaption( caption.isEmpty() ? tr("FileDialog") : caption ); | 107 | setCaption( caption.isEmpty() ? tr("FileDialog") : caption ); |
112 | connect(file, SIGNAL(fileSelected(const QString&) ), | 108 | connect(file, SIGNAL(fileSelected(const QString&) ), |