[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-devel
Subject:    Re: kdelibs patch (cvs Aug. 6, 2001)
From:       Harri Porten <porten () trolltech ! com>
Date:       2001-08-07 17:39:21
[Download RAW message or body]

On Tue, 7 Aug 2001, Jesse Barnes wrote:

> --- arts/soundserver/artsshell.cc	2001/07/04 16:31:06	1.16
> +++ arts/soundserver/artsshell.cc	2001/08/07 01:50:11
> @@ -112,7 +112,7 @@ execute <module.arts>
>  */
>  
>  #include <unistd.h>
> -#include <iostream.h>
> +#include <iostream>

Fixed earlier today.

> --- khtml/ecma/kjs_traversal.cpp	2001/03/07 13:22:50	1.2
> +++ khtml/ecma/kjs_traversal.cpp	2001/08/07 01:50:14
> @@ -302,7 +302,7 @@ DOM::NodeFilter KJS::toNodeFilter(const 
>  
>  // -------------------------------------------------------------------------
>  
> -JSNodeFilter::JSNodeFilter(KJSO _filter) : CustomNodeFilter()
> +JSNodeFilter::JSNodeFilter(KJSO _filter) : DOM::CustomNodeFilter()

Change applied.

> --- libkmid/midiout.cc	2001/04/30 23:27:35	1.22
> +++ libkmid/midiout.cc	2001/08/07 01:50:14
> @@ -293,8 +293,10 @@ const char * MidiOut::deviceName(void) c
>  
>  void MidiOut::sync(int i)
>  {
> -  if (deviceType()==KMID_ALSA)  // XXX : sync should be virtual after next bic
> -     return reinterpret_cast<AlsaOut *>(this)->sync(i);
> +  if (deviceType()==KMID_ALSA) { // XXX : sync should be virtual after next bic
> +     reinterpret_cast<AlsaOut *>(this)->sync(i);
> +     return;
> +  }

Interesting. Fixed as well.

Thanks. Somebody else will hopefully take care of the rest. Feel free to
try out the KDE_2_2_BRANCH later to verify.

Harri.




 
>> Visit http://master.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic