summaryrefslogtreecommitdiff
path: root/noncore/settings/sound/soundsettings.h
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/soundsettings.h
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/soundsettings.h') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/settings/sound/soundsettings.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/noncore/settings/sound/soundsettings.h b/noncore/settings/sound/soundsettings.h
index 57a360f..9db664a 100644
--- a/noncore/settings/sound/soundsettings.h
+++ b/noncore/settings/sound/soundsettings.h
@@ -31,15 +31,18 @@ Q_OBJECT
public:
static QString appName() { return QString::fromLatin1("sound"); }
SoundSettings( QWidget* parent = 0, const char* name = 0, WFlags fl = 0 );
+// ~SoundSettings();
protected:
- bool noWarning;
-/* void accept(); */
+ int recordKey, hideIt;
+ bool noWarning;
+ void accept();
/* void reject(); */
void updateStorageCombo();
void updateLocationCombo();
private slots:
+//void closeEvent(QCloseEvent * );
void setKeyButton( int);
void setSizeLimitButton(const QString &);
void setLocation(const QString &);