summaryrefslogtreecommitdiffstats
path: root/kmix/kmix.h
diff options
context:
space:
mode:
Diffstat (limited to 'kmix/kmix.h')
-rw-r--r--kmix/kmix.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/kmix/kmix.h b/kmix/kmix.h
index 602102b5..64a5ad09 100644
--- a/kmix/kmix.h
+++ b/kmix/kmix.h
@@ -3,6 +3,7 @@
*
*
* Copyright (C) 2000 Stefan Schimanski <1Stein@gmx.de>
+ * Copyright (C) 2020 Roman Savochenko <roman@oscada.org>
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU Library General Public
@@ -30,6 +31,7 @@
// include files for TQt
#include <tqstring.h>
#include <tqmap.h>
+#include <tqtimer.h>
class TQHBox;
class TQWidgetStack;
@@ -128,9 +130,11 @@ KMixWindow : public TDEMainWindow, virtual public KMixIface
KMixDockWidget *m_dockWidget;
TQString m_hwInfoString;
TQVBoxLayout *widgetsLayout;
+ TQTimer *mixersUpdTimer;
private slots:
//void removeMixerWidget( KMixerWidget *mw );
+ void mixersUpdate();
void slotHWInfo();
void showSelectedMixer( int mixer );
void configureGlobalShortcuts();