diff options
Diffstat (limited to 'kcontrol/info/info_osx.cpp')
-rw-r--r-- | kcontrol/info/info_osx.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kcontrol/info/info_osx.cpp b/kcontrol/info/info_osx.cpp index 5f18aebea..1b457f18a 100644 --- a/kcontrol/info/info_osx.cpp +++ b/kcontrol/info/info_osx.cpp @@ -115,7 +115,7 @@ bool GetInfo_Sound (TQListView *lBox) { #ifdef HAVE_COREAUDIO #define kMaxStringSize 1024 - OSStatus status; + OStqStatus status; AudioDeviceID gOutputDeviceID; unsigned long propertySize; char deviceName[kMaxStringSize]; |