summaryrefslogtreecommitdiff
path: root/noncore/settings/sound/soundsettingsbase.cpp
authorllornkcor <llornkcor>2005-02-18 08:35:49 (UTC)
committer llornkcor <llornkcor>2005-02-18 08:35:49 (UTC)
commit0f1ae1478122e2f65f8d477d9baad8de15df1eb2 (patch) (side-by-side diff)
tree903fe5a875bfd9fda0fccf7d8ba4b8eda9a3a07c /noncore/settings/sound/soundsettingsbase.cpp
parent436a26541402c85a24eaf9ffb3ab2e866631000c (diff)
downloadopie-0f1ae1478122e2f65f8d477d9baad8de15df1eb2.zip
opie-0f1ae1478122e2f65f8d477d9baad8de15df1eb2.tar.gz
opie-0f1ae1478122e2f65f8d477d9baad8de15df1eb2.tar.bz2
change to dialog so user can cancel
Diffstat (limited to 'noncore/settings/sound/soundsettingsbase.cpp') (more/less context) (show whitespace changes)
-rw-r--r--noncore/settings/sound/soundsettingsbase.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/noncore/settings/sound/soundsettingsbase.cpp b/noncore/settings/sound/soundsettingsbase.cpp
index 84187d2..2d894c6 100644
--- a/noncore/settings/sound/soundsettingsbase.cpp
+++ b/noncore/settings/sound/soundsettingsbase.cpp
@@ -70,3 +70,4 @@ static const char* const image1_data[] = {
SoundSettingsBase::SoundSettingsBase( QWidget* parent, const char* name, bool modal, WFlags fl )
- : QMainWindow( parent, name, fl )
+ : QDialog( parent, name, fl )
+// : QMainWindow( parent, name, fl )
{