diff options
Diffstat (limited to 'kmix/mixertoolbox.h')
-rw-r--r-- | kmix/mixertoolbox.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kmix/mixertoolbox.h b/kmix/mixertoolbox.h index 1af4f22c..884471ef 100644 --- a/kmix/mixertoolbox.h +++ b/kmix/mixertoolbox.h @@ -1,8 +1,8 @@ #ifndef MIXERTOOLBOX_H #define MIXERTOOLBOX_H -#include <qptrlist.h> -#include <qstring.h> +#include <tqptrlist.h> +#include <tqstring.h> class Mixer; @@ -14,7 +14,7 @@ class Mixer; */ class MixerToolBox { public: - static void initMixer(QPtrList<Mixer>&, bool, QString&); + static void initMixer(TQPtrList<Mixer>&, bool, TQString&); static void deinitMixer(); }; |