summaryrefslogtreecommitdiff
path: root/src/ui/mixerwindow.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/mixerwindow.h')
-rw-r--r--src/ui/mixerwindow.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ui/mixerwindow.h b/src/ui/mixerwindow.h
index c472246..fa613cd 100644
--- a/src/ui/mixerwindow.h
+++ b/src/ui/mixerwindow.h
@@ -33,6 +33,9 @@ protected:
bool eventFilter( TQObject *obj, TQEvent *e );
void showEvent( TQShowEvent *e );
+public slots:
+ void bringToFront();
+
private slots:
void onDeviceAdded( AudioDevice *dev );
void onDeviceRemoved( AudioDevice *dev );