summaryrefslogtreecommitdiffstats
path: root/kmix/mixer_backend.h
diff options
context:
space:
mode:
Diffstat (limited to 'kmix/mixer_backend.h')
-rw-r--r--kmix/mixer_backend.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/kmix/mixer_backend.h b/kmix/mixer_backend.h
index f9823a78..d5a9ed18 100644
--- a/kmix/mixer_backend.h
+++ b/kmix/mixer_backend.h
@@ -80,7 +80,7 @@ protected:
* Subclasses can override this method to produce platform
* specific error descriptions.
*/
- virtual QString errorText(int mixer_error);
+ virtual TQString errorText(int mixer_error);
/// Prints out a translated error text for the given error number on stderr
void errormsg(int mixer_error);
@@ -88,7 +88,7 @@ protected:
int m_devnum;
/// User friendly name of the Mixer (e.g. "IRIX Audio Mixer"). If your mixer API
/// gives you a usable name, use that name.
- QString m_mixerName;
+ TQString m_mixerName;
// All mix devices of this phyisical device.
MixSet m_mixDevices;