Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 130558
Collapse All | Expand All

(-)file_not_specified_in_diff (-4 / +4 lines)
Line  Link Here
0
-- kdepim-3.4.3/libkcal/listbase.h-orig        2006-04-19 19:08:20.000000000 -0600
0
++ kdepim-3.4.3/libkcal/listbase.h     2006-04-19 19:09:53.000000000 -0600
Lines 72-78 Link Here
72
        return false;
72
        return false;
73
      } else {
73
      } else {
74
        if ( mAutoDelete ) delete t;
74
        if ( mAutoDelete ) delete t;
75
        remove( it );
75
        QValueList<T*>::remove( it );
76
        return true;
76
        return true;
77
      }
77
      }
78
    }
78
    }
79
-- kdepim-3.4.3/kresources/egroupware/xmlrpciface.h-orig       2006-04-19 20:18:00.000000000 -0600
79
++ kdepim-3.4.3/kresources/egroupware/xmlrpciface.h    2006-04-19 20:18:49.000000000 -0600
Lines 159-165 Link Here
159
  for ( ; it != end; ++it )
159
  for ( ; it != end; ++it )
160
    args << QVariant( *it );
160
    args << QVariant( *it );
161
  return call( method, args, id );
161
  return call( method, args, faultObj, faultSlot, msgObj, messageSlot, id );
162
}
162
}
163
#endif
163
#endif

Return to bug 130558