summaryrefslogtreecommitdiff
path: root/noncore/settings/sound/soundsettings.h
Side-by-side diff
Diffstat (limited to 'noncore/settings/sound/soundsettings.h') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/settings/sound/soundsettings.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/noncore/settings/sound/soundsettings.h b/noncore/settings/sound/soundsettings.h
index 6b8b835..0f3605e 100644
--- a/noncore/settings/sound/soundsettings.h
+++ b/noncore/settings/sound/soundsettings.h
@@ -34,2 +34,3 @@ public:
protected:
+ bool noWarning;
/* void accept(); */
@@ -40,6 +41,7 @@ protected:
private slots:
- void setKeyButton(const QString &);
+ void setKeyButton( int);
void setSizeLimitButton(const QString &);
void setLocation(const QString &);
- void cleanUp();
+ void cleanUp();
+ void restartOpie(bool);
};